summaryrefslogtreecommitdiff
path: root/src/channel.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/channel.h
parent9907626a2ee3a5a0ed08ad79dec7a7071939df23 (diff)
Removed all unused variables from classes and also removed a couple of debug printfsmetadata_v1
Diffstat (limited to 'src/channel.h')
-rw-r--r--src/channel.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/channel.h b/src/channel.h
index b473a97..9439db4 100644
--- a/src/channel.h
+++ b/src/channel.h
@@ -40,8 +40,6 @@ public:
Channel(std::string id = "");
std::string id;
- std::string name;
- std::string microphone;
channel_t num;
};