summaryrefslogtreecommitdiff
path: root/src/instrument.h
diff options
context:
space:
mode:
authorsenator <muldjordlars@gmail.com>2014-11-05 22:42:36 +0100
committersenator <muldjordlars@gmail.com>2014-11-05 22:42:36 +0100
commitd57b48bb2029040bc38d1adefd2136e5fd334760 (patch)
treecfc8d8a24cb53354932d821f340a5930b48deb40 /src/instrument.h
parent9907626a2ee3a5a0ed08ad79dec7a7071939df23 (diff)
Removed all unused variables from classes and also removed a couple of debug printfsmetadata_v1
Diffstat (limited to 'src/instrument.h')
-rw-r--r--src/instrument.h6
1 files changed, 2 insertions, 4 deletions
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<std::string, std::string> channelmap;
std::vector<AudioFile*> 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;