From 9de25ab8525edac98187221815fa2867687b26f0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 2 Feb 2014 18:44:27 +0000 Subject: Disable responses in the usual case where the UI doesn't care. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5333 a436a847-0d15-0410-975c-d299462d15a1 --- ingen/client/GraphModel.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'ingen/client/GraphModel.hpp') diff --git a/ingen/client/GraphModel.hpp b/ingen/client/GraphModel.hpp index 7a899ecb..2b166fd3 100644 --- a/ingen/client/GraphModel.hpp +++ b/ingen/client/GraphModel.hpp @@ -60,6 +60,7 @@ private: void clear(); void add_child(SPtr c); bool remove_child(SPtr c); + void remove_arcs_on(SPtr p); void add_arc(SPtr arc); void remove_arc(const Ingen::Node* tail, -- cgit v1.2.1