diff options
author | David Robillard <d@drobilla.net> | 2017-02-12 21:16:12 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-02-12 21:16:12 +0100 |
commit | 0faf69db76f668944d9380152fd4f9080d9e6152 (patch) | |
tree | 3f7e7c9d8edb1611b87cb5decfca627819e75b65 /ingen | |
parent | 369118b48747b8b3b8eaf14b2e7f51549720d5ab (diff) | |
download | ingen-0faf69db76f668944d9380152fd4f9080d9e6152.tar.gz ingen-0faf69db76f668944d9380152fd4f9080d9e6152.tar.bz2 ingen-0faf69db76f668944d9380152fd4f9080d9e6152.zip |
Fix warnings
Diffstat (limited to 'ingen')
-rw-r--r-- | ingen/Configuration.hpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ingen/Configuration.hpp b/ingen/Configuration.hpp index 6d4655d6..e069220d 100644 --- a/ingen/Configuration.hpp +++ b/ingen/Configuration.hpp @@ -118,15 +118,6 @@ public: private: struct Option { - public: - Option(const std::string& k, const std::string& n, char l, - const std::string& d, Scope s, - const LV2_URID type, const Atom& def) - : key(k), name(n), letter(l) - , desc(d), scope(s) - , type(type), value(def) - {} - std::string key; std::string name; char letter; |