From 901a81045b853834d056464fe7acf1fadb357e07 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 30 May 2011 17:35:37 +0000 Subject: From 4c3bf5cdacc7072b96794e873a41047f00ae6126 Mon Sep 17 00:00:00 2001 From: Paul Giblock Date: Sat, 28 May 2011 08:22:36 -0400 Subject: [PATCH] Remove undefined functions in ClientStore My compiler can't find references to these functions, neither can I. --- include/ingen/client/ClientStore.hpp | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/include/ingen/client/ClientStore.hpp b/include/ingen/client/ClientStore.hpp index 5eaae46..0117a0e 100644 git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3342 a436a847-0d15-0410-975c-d299462d15a1 --- include/ingen/client/ClientStore.hpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/ingen') diff --git a/include/ingen/client/ClientStore.hpp b/include/ingen/client/ClientStore.hpp index 75f12ec1..05576cdc 100644 --- a/include/ingen/client/ClientStore.hpp +++ b/include/ingen/client/ClientStore.hpp @@ -73,9 +73,6 @@ public: Shared::LV2URIMap& uris() { return *_uris.get(); } - // CommonInterface - bool new_object(const GraphObject* object); - void put(const Raul::URI& uri, const Resource::Properties& properties, Resource::Graph ctx=Resource::DEFAULT); @@ -124,7 +121,6 @@ private: void bundle_end() {} // Slots for SigClientInterface signals - void object_moved(const Raul::Path& old_path, const Raul::Path& new_path); void activity(const Raul::Path& path); bool attempt_connection(const Raul::Path& src_port_path, -- cgit v1.2.1