summaryrefslogtreecommitdiffstats
path: root/ingen/client/SigClientInterface.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-28 02:28:49 +0000
committerDavid Robillard <d@drobilla.net>2012-04-28 02:28:49 +0000
commitbcdedde58a39ec0008e75fcc31e975551c68ab15 (patch)
treea0760f4fad208e4990e2562a28bf32890fc7df43 /ingen/client/SigClientInterface.hpp
parent927b169eb1787bc40ede591c7c7893a39b488d95 (diff)
downloadingen-bcdedde58a39ec0008e75fcc31e975551c68ab15.tar.gz
ingen-bcdedde58a39ec0008e75fcc31e975551c68ab15.tar.bz2
ingen-bcdedde58a39ec0008e75fcc31e975551c68ab15.zip
Remove unused slots and signals.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4293 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ingen/client/SigClientInterface.hpp')
-rw-r--r--ingen/client/SigClientInterface.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/ingen/client/SigClientInterface.hpp b/ingen/client/SigClientInterface.hpp
index 5c676efe..319ed228 100644
--- a/ingen/client/SigClientInterface.hpp
+++ b/ingen/client/SigClientInterface.hpp
@@ -47,8 +47,6 @@ public:
INGEN_SIGNAL(bundle_begin, void)
INGEN_SIGNAL(bundle_end, void)
INGEN_SIGNAL(error, void, std::string)
- INGEN_SIGNAL(new_patch, void, Raul::Path, uint32_t)
- INGEN_SIGNAL(new_port, void, Raul::Path, Raul::URI, uint32_t, bool)
INGEN_SIGNAL(put, void, Raul::URI, Resource::Properties, Resource::Graph)
INGEN_SIGNAL(delta, void, Raul::URI, Resource::Properties, Resource::Properties)
INGEN_SIGNAL(object_moved, void, Raul::Path, Raul::Path)
@@ -56,9 +54,7 @@ public:
INGEN_SIGNAL(connection, void, Raul::Path, Raul::Path)
INGEN_SIGNAL(disconnection, void, Raul::Path, Raul::Path)
INGEN_SIGNAL(disconnect_all, void, Raul::Path, Raul::Path)
- INGEN_SIGNAL(variable_change, void, Raul::URI, Raul::URI, Raul::Atom)
INGEN_SIGNAL(property_change, void, Raul::URI, Raul::URI, Raul::Atom)
- INGEN_SIGNAL(port_value, void, Raul::Path, Raul::Atom)
/** Fire pending signals. Only does anything on derived classes (that may queue) */
virtual bool emit_signals() { return false; }