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/drumkit.cc | 33 +-------------------------------- 1 file changed, 1 insertion(+), 32 deletions(-) (limited to 'src/drumkit.cc') diff --git a/src/drumkit.cc b/src/drumkit.cc index 76342d5..cc3878a 100644 --- a/src/drumkit.cc +++ b/src/drumkit.cc @@ -48,8 +48,7 @@ void DrumKit::clear() channels.clear(); - _name = ""; - _description = ""; + _id = ""; } bool DrumKit::isValid() @@ -62,36 +61,6 @@ std::string DrumKit::file() return _file; } -std::string DrumKit::name() -{ - return _name; -} - -std::string DrumKit::description() -{ - return _description; -} - -std::string DrumKit::notes() -{ - return _notes; -} - -std::string DrumKit::author() -{ - return _author; -} - -std::string DrumKit::email() -{ - return _email; -} - -std::string DrumKit::website() -{ - return _website; -} - #ifdef TEST_DRUMKIT //Additional dependency files //deps: -- cgit v1.2.3