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/common/interface/EngineInterface.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/common') diff --git a/src/common/interface/EngineInterface.hpp b/src/common/interface/EngineInterface.hpp index d4efac11..4b706c01 100644 --- a/src/common/interface/EngineInterface.hpp +++ b/src/common/interface/EngineInterface.hpp @@ -68,8 +68,6 @@ public: const Raul::URI& key) = 0; virtual void request_plugins() = 0; - - virtual void request_all_objects() = 0; }; -- cgit v1.2.1