[DEV] rm __class__

This commit is contained in:
2016-05-02 22:01:55 +02:00
parent 434c8097d0
commit e83ac7620d
23 changed files with 16 additions and 114 deletions

View File

@@ -7,10 +7,6 @@
#include "Node.h"
#include <audio/river/debug.h>
#undef __class__
#define __class__ "io::Node"
audio::river::io::Node::Node(const std::string& _name, const ejson::Object& _config) :
m_config(_config),
m_name(_name),
@@ -365,4 +361,4 @@ void audio::river::io::Node::stopInGroup() {
} else {
stop();
}
}
}