diff options
author | David Robillard <d@drobilla.net> | 2008-08-19 01:04:54 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-08-19 01:04:54 +0000 |
commit | a7e39b85d7c35ec44c613e593c57ff27de0d06bc (patch) | |
tree | 2a83f1264721bd5c7a06ad4beaa5d1f28f8bb0d6 /src/bindings | |
parent | 5609c1ce452f8122b5ed12144dd4c1941bd07bc2 (diff) | |
download | ingen-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')
-rw-r--r-- | src/bindings/Client.hpp | 2 |
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, |