summaryrefslogtreecommitdiffstats
path: root/src/engine/QueuedEngineInterface.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-02-26 05:40:58 +0000
committerDavid Robillard <d@drobilla.net>2010-02-26 05:40:58 +0000
commitfe61806905a86e7513df64d59ec8b4d31f184a33 (patch)
tree85176ff9a53fd1a6e120e7c5c4055a7b38c4a4c9 /src/engine/QueuedEngineInterface.hpp
parent9b69b141af8bfdc5bdb5d12e3fde0bbc0136cc92 (diff)
downloadingen-fe61806905a86e7513df64d59ec8b4d31f184a33.tar.gz
ingen-fe61806905a86e7513df64d59ec8b4d31f184a33.tar.bz2
ingen-fe61806905a86e7513df64d59ec8b4d31f184a33.zip
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
Diffstat (limited to 'src/engine/QueuedEngineInterface.hpp')
-rw-r--r--src/engine/QueuedEngineInterface.hpp1
1 files changed, 0 insertions, 1 deletions
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();