summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/DSSINode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/DSSINode.cpp')
-rw-r--r--src/libs/engine/DSSINode.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/libs/engine/DSSINode.cpp b/src/libs/engine/DSSINode.cpp
index 58ff050d..ff9fd11a 100644
--- a/src/libs/engine/DSSINode.cpp
+++ b/src/libs/engine/DSSINode.cpp
@@ -327,20 +327,4 @@ DSSINode::get_programs() const
}
-/*
-void
-DSSINode::send_creation_messages(ClientInterface* client) const
-{
- LADSPANode::send_creation_messages(client);
-
- for (map<int, Bank>::const_iterator i = get_programs().begin();
- i != get_programs().end(); ++i) {
-
- for (Bank::const_iterator j = i->second.begin(); j != i->second.end(); ++j)
- client->program_add(path(),
- i->first, j->first, j->second);
- }
-}
-*/
-
} // namespace Ingen