diff options
author | David Robillard <d@drobilla.net> | 2011-05-30 17:35:37 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-05-30 17:35:37 +0000 |
commit | 901a81045b853834d056464fe7acf1fadb357e07 (patch) | |
tree | 4b5f51606a6055bcb231a6ff7cbddf7c1ecfc3ca /include | |
parent | 4f2190ddea763edfb2d84816f23175f88d879934 (diff) | |
download | ingen-901a81045b853834d056464fe7acf1fadb357e07.tar.gz ingen-901a81045b853834d056464fe7acf1fadb357e07.tar.bz2 ingen-901a81045b853834d056464fe7acf1fadb357e07.zip |
From 4c3bf5cdacc7072b96794e873a41047f00ae6126 Mon Sep 17 00:00:00 2001
From: Paul Giblock <pgiblox@gmail.com>
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
Diffstat (limited to 'include')
-rw-r--r-- | 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 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, |