From a6045e5dc58f2dd2ab9e3d3d19fd3eaf6d84216f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 7 Jan 2010 01:22:03 +0000 Subject: Tidy. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2351 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/QueuedEngineInterface.hpp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/engine/QueuedEngineInterface.hpp') diff --git a/src/engine/QueuedEngineInterface.hpp b/src/engine/QueuedEngineInterface.hpp index 9197a27b..ef470e3e 100644 --- a/src/engine/QueuedEngineInterface.hpp +++ b/src/engine/QueuedEngineInterface.hpp @@ -103,8 +103,7 @@ public: virtual void midi_learn(const Raul::Path& node_path); - // Requests // - + // Requests virtual void ping(); virtual void get(const Raul::URI& uri); virtual void request_property(const Raul::URI& object_path, const Raul::URI& key); @@ -112,7 +111,6 @@ public: virtual void request_all_objects(); protected: - virtual void disable_responses(); SharedPtr _responder; ///< NULL if responding disabled @@ -126,9 +124,4 @@ private: } // namespace Ingen -extern "C" { - extern Ingen::QueuedEngineInterface* new_queued_interface(Ingen::Engine& engine); -} - #endif // QUEUEDENGINEINTERFACE_H - -- cgit v1.2.1