summaryrefslogtreecommitdiffstats
path: root/src/client/ClientStore.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-11-04 21:32:02 +0000
committerDavid Robillard <d@drobilla.net>2009-11-04 21:32:02 +0000
commit5ee6703c5038069d64f302ca2887f0571b17e42f (patch)
treefdfc22767f77c0a1d2cbe984c0ae7c9bd215b97d /src/client/ClientStore.hpp
parent2a525cc1aa5396f12f7b8fdaf3e8ea11cbe25247 (diff)
downloadingen-5ee6703c5038069d64f302ca2887f0571b17e42f.tar.gz
ingen-5ee6703c5038069d64f302ca2887f0571b17e42f.tar.bz2
ingen-5ee6703c5038069d64f302ca2887f0571b17e42f.zip
Remove orphan cruft.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2210 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/client/ClientStore.hpp')
-rw-r--r--src/client/ClientStore.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/client/ClientStore.hpp b/src/client/ClientStore.hpp
index 53cb4a59..f58f5d16 100644
--- a/src/client/ClientStore.hpp
+++ b/src/client/ClientStore.hpp
@@ -81,7 +81,6 @@ public:
sigc::signal< void, SharedPtr<PluginModel> > signal_new_plugin;
private:
-
void add(Shared::GraphObject* o) { throw; }
void add_object(SharedPtr<ObjectModel> object);
@@ -99,9 +98,7 @@ private:
void clear_patch(const Raul::Path& path);
void activity(const Raul::Path& path);
- bool attempt_connection(const Raul::Path& src_port_path, const Raul::Path& dst_port_path, bool add_orphan=false);
-
- bool _handle_orphans;
+ bool attempt_connection(const Raul::Path& src_port_path, const Raul::Path& dst_port_path);
SharedPtr<Shared::EngineInterface> _engine;
SharedPtr<SigClientInterface> _emitter;