diff options
Diffstat (limited to 'include/wanda/setting.hpp')
| -rw-r--r-- | include/wanda/setting.hpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/wanda/setting.hpp b/include/wanda/setting.hpp index 98b5771..1721651 100644 --- a/include/wanda/setting.hpp +++ b/include/wanda/setting.hpp @@ -103,10 +103,6 @@ namespace wanda std::transform(value.begin(), value.end(), temp.begin(), [](auto const & str) { return str.c_str(); }); return g_settings_set_strv(setting, key, temp.data()); } - else - { - static_assert(deferred_failure<Type>{}, "Invalid argument type!"); - } }()} { } |
