[DEV] remove unneded return

This commit is contained in:
Edouard DUPIN 2017-10-09 10:19:54 +02:00
parent 0c57614b64
commit 38c9a69e1e

View File

@ -175,7 +175,6 @@ void audio::river::io::Node::interfaceRemove(const ememory::SharedPtr<audio::riv
if (m_list.size() == 0) {
stopInGroup();
}
return;
}