From 94ac1eb5bd854244e9d90dc636a33d9cc5b82b01 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 5 Jul 2006 08:32:58 +0000 Subject: Control slider (etc) cleanups git-svn-id: http://svn.drobilla.net/lad/ingen@85 a436a847-0d15-0410-975c-d299462d15a1 --- src/progs/ingenuity/ControlPanel.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/progs/ingenuity/ControlPanel.cpp') diff --git a/src/progs/ingenuity/ControlPanel.cpp b/src/progs/ingenuity/ControlPanel.cpp index ee511e36..bb3e74d4 100644 --- a/src/progs/ingenuity/ControlPanel.cpp +++ b/src/progs/ingenuity/ControlPanel.cpp @@ -117,8 +117,6 @@ ControlPanel::add_port(PortController* port) else cg = new SliderControlGroup(this, pm, separator); - // FIXME: ControlGroup constructor should do this - pm->control_change_sig.connect(sigc::mem_fun(cg, &ControlGroup::set_value)); m_controls.push_back(cg); m_control_box->pack_start(*cg, false, false, 0); @@ -168,6 +166,7 @@ ControlPanel::remove_port(const Path& path) /** Rename the control for the given port. */ +/* void ControlPanel::rename_port(const Path& old_path, const Path& new_path) { @@ -178,7 +177,7 @@ ControlPanel::rename_port(const Path& old_path, const Path& new_path) } } } - +*/ /** Enable the control for the given port. * -- cgit v1.2.1