From 0c5792cb84ca039a7dbf4ca933066ab11f8af6e4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 2 Feb 2013 04:21:51 +0000 Subject: Fix status bar hover text. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5018 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/GraphBox.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/gui/GraphBox.cpp') diff --git a/src/gui/GraphBox.cpp b/src/gui/GraphBox.cpp index c280ba64..596854e9 100644 --- a/src/gui/GraphBox.cpp +++ b/src/gui/GraphBox.cpp @@ -276,11 +276,6 @@ GraphBox::set_graph(SPtr graph, show(); _alignment->show_all(); - _view->signal_object_entered.connect( - sigc::mem_fun(this, &GraphBox::object_entered)); - _view->signal_object_left.connect( - sigc::mem_fun(this, &GraphBox::object_left)); - _menu_human_names->set_active( _app->world()->conf().option("human-names").get_bool()); _menu_show_port_names->set_active( -- cgit v1.2.1