summaryrefslogtreecommitdiffstats
path: root/src/bindings/Client.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-08-19 01:04:54 +0000
committerDavid Robillard <d@drobilla.net>2008-08-19 01:04:54 +0000
commita7e39b85d7c35ec44c613e593c57ff27de0d06bc (patch)
tree2a83f1264721bd5c7a06ad4beaa5d1f28f8bb0d6 /src/bindings/Client.hpp
parent5609c1ce452f8122b5ed12144dd4c1941bd07bc2 (diff)
downloadingen-a7e39b85d7c35ec44c613e593c57ff27de0d06bc.tar.gz
ingen-a7e39b85d7c35ec44c613e593c57ff27de0d06bc.tar.bz2
ingen-a7e39b85d7c35ec44c613e593c57ff27de0d06bc.zip
Remove more API/code: num_plugins (unused legacy of the really crap OSC days).
git-svn-id: http://svn.drobilla.net/lad/ingen@1442 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/bindings/Client.hpp')
-rw-r--r--src/bindings/Client.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bindings/Client.hpp b/src/bindings/Client.hpp
index 6b187881..8a5fc66c 100644
--- a/src/bindings/Client.hpp
+++ b/src/bindings/Client.hpp
@@ -38,8 +38,6 @@ public:
virtual void error(const std::string& msg) {}
- virtual void num_plugins(uint32_t num_plugins) {}
-
virtual void new_plugin(const std::string& uri,
const std::string& type_uri,
const std::string& symbol,