diff options
author | David Robillard <d@drobilla.net> | 2011-09-24 03:39:42 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-09-24 03:39:42 +0000 |
commit | eae593911c18a2f7a59c00920dfb5d09846e940d (patch) | |
tree | 33a4366e7c57a43fcdb375cdb851fa054548c6b2 /include | |
parent | 798b87c80285ff48017c3f60adacbe309e3c84e9 (diff) | |
download | ingen-eae593911c18a2f7a59c00920dfb5d09846e940d.tar.gz ingen-eae593911c18a2f7a59c00920dfb5d09846e940d.tar.bz2 ingen-eae593911c18a2f7a59c00920dfb5d09846e940d.zip |
Remove unnecessary request_property() and RequestMetadataEvent.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3486 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'include')
-rw-r--r-- | include/ingen/ServerInterface.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
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 |