From d57b48bb2029040bc38d1adefd2136e5fd334760 Mon Sep 17 00:00:00 2001 From: senator Date: Wed, 5 Nov 2014 22:42:36 +0100 Subject: Removed all unused variables from classes and also removed a couple of debug printfs --- src/instrument.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/instrument.h') diff --git a/src/instrument.h b/src/instrument.h index 46e95f9..9708f00 100644 --- a/src/instrument.h +++ b/src/instrument.h @@ -50,8 +50,7 @@ public: std::string group(); void setGroup(std::string group); - void setDescription(std::string description); - void setName(std::string name); + void setId(std::string id); // std::map channelmap; std::vector audiofiles; @@ -62,8 +61,7 @@ private: void *magic; std::string _id; - std::string _name; - std::string _description; + //std::string _name; std::string _group; VersionStr version; -- cgit v1.2.3