From 0faf69db76f668944d9380152fd4f9080d9e6152 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 12 Feb 2017 21:16:12 +0100 Subject: Fix warnings --- ingen/Configuration.hpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'ingen') 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; -- cgit v1.2.1