From 1638b75eba931ba4c0ca970eb8f8152d92e736d3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 19 Jul 2022 09:55:07 -0400 Subject: Remove Setting::Value type --- src/Setting.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/Setting.hpp') diff --git a/src/Setting.hpp b/src/Setting.hpp index 9720ba2..f8864d0 100644 --- a/src/Setting.hpp +++ b/src/Setting.hpp @@ -16,9 +16,7 @@ namespace setting { template struct Setting { - using Value = T; - - Value value{}; + T value{}; }; struct PortColor { -- cgit v1.2.1