From 1b8f06504a155e75a9419dfa5c9bf9df1866e01d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 19 Aug 2008 01:41:42 +0000 Subject: Factor out destroy (and object_destroyed) to common interface. git-svn-id: http://svn.drobilla.net/lad/ingen@1443 a436a847-0d15-0410-975c-d299462d15a1 --- src/bindings/Client.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/bindings') diff --git a/src/bindings/Client.hpp b/src/bindings/Client.hpp index 8a5fc66c..e098e4ef 100644 --- a/src/bindings/Client.hpp +++ b/src/bindings/Client.hpp @@ -60,8 +60,6 @@ public: virtual void object_renamed(const std::string& old_path, const std::string& new_path) {} - virtual void object_destroyed(const std::string& path) {} - virtual void connect(const std::string& src_port_path, const std::string& dst_port_path) {} -- cgit v1.2.1