From fe61806905a86e7513df64d59ec8b4d31f184a33 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 26 Feb 2010 05:40:58 +0000 Subject: Remove request_all_objects from EngineInterface (and RequestAllObjects event from engine), a vestigial equivalent to get(Path("/")). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2503 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/QueuedEngineInterface.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/engine/QueuedEngineInterface.hpp') diff --git a/src/engine/QueuedEngineInterface.hpp b/src/engine/QueuedEngineInterface.hpp index beaccb13..617458ab 100644 --- a/src/engine/QueuedEngineInterface.hpp +++ b/src/engine/QueuedEngineInterface.hpp @@ -103,7 +103,6 @@ public: virtual void get(const Raul::URI& uri); virtual void request_property(const Raul::URI& object_path, const Raul::URI& key); virtual void request_plugins(); - virtual void request_all_objects(); protected: virtual void disable_responses(); -- cgit v1.2.1