summaryrefslogtreecommitdiffstats
path: root/src/client/ThreadedSigClientInterface.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-06-03 03:36:31 +0000
committerDavid Robillard <d@drobilla.net>2009-06-03 03:36:31 +0000
commit37a3d03ffe3a8e181e414897c91a37bca9d476b2 (patch)
tree395c68b64f33662fb4f4fb6ca5f94245aa05302b /src/client/ThreadedSigClientInterface.hpp
parentebbfd9e3cc38106843962bfd56ed6d7f699a59dc (diff)
downloadingen-37a3d03ffe3a8e181e414897c91a37bca9d476b2.tar.gz
ingen-37a3d03ffe3a8e181e414897c91a37bca9d476b2.tar.bz2
ingen-37a3d03ffe3a8e181e414897c91a37bca9d476b2.zip
Remove vestigial interface.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2077 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/client/ThreadedSigClientInterface.hpp')
-rw-r--r--src/client/ThreadedSigClientInterface.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client/ThreadedSigClientInterface.hpp b/src/client/ThreadedSigClientInterface.hpp
index eda3bfb2..34847797 100644
--- a/src/client/ThreadedSigClientInterface.hpp
+++ b/src/client/ThreadedSigClientInterface.hpp
@@ -66,10 +66,6 @@ public:
virtual Raul::URI uri() const { return "ingen:internal"; }
- virtual void subscribe(Shared::EngineInterface* engine) { throw; }
-
- bool enabled() const { return _attached; }
-
void bundle_begin()
{ push_sig(bundle_begin_slot); }