From a7e39b85d7c35ec44c613e593c57ff27de0d06bc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 19 Aug 2008 01:04:54 +0000 Subject: 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 --- src/common/interface/ClientInterface.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/common') diff --git a/src/common/interface/ClientInterface.hpp b/src/common/interface/ClientInterface.hpp index 38625a15..ee45052a 100644 --- a/src/common/interface/ClientInterface.hpp +++ b/src/common/interface/ClientInterface.hpp @@ -67,8 +67,6 @@ public: virtual void error(const std::string& msg) = 0; - virtual void num_plugins(uint32_t num_plugins) = 0; - virtual void new_plugin(const std::string& uri, const std::string& type_uri, const std::string& symbol, -- cgit v1.2.1