From eae593911c18a2f7a59c00920dfb5d09846e940d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 24 Sep 2011 03:39:42 +0000 Subject: Remove unnecessary request_property() and RequestMetadataEvent. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3486 a436a847-0d15-0410-975c-d299462d15a1 --- include/ingen/ServerInterface.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/ingen') diff --git a/include/ingen/ServerInterface.hpp b/include/ingen/ServerInterface.hpp index d3036ab5..1b5fd56d 100644 --- a/include/ingen/ServerInterface.hpp +++ b/include/ingen/ServerInterface.hpp @@ -51,9 +51,6 @@ public: virtual void ping() = 0; virtual void get(const Raul::URI& uri) = 0; - - virtual void request_property(const Raul::URI& uri, - const Raul::URI& key) = 0; }; } // namespace Ingen -- cgit v1.2.1