summaryrefslogtreecommitdiffstats
path: root/src/gui/GraphBox.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-02-02 04:21:51 +0000
committerDavid Robillard <d@drobilla.net>2013-02-02 04:21:51 +0000
commit0c5792cb84ca039a7dbf4ca933066ab11f8af6e4 (patch)
tree398f273063f8e6bf7605eed5f863ba79b768c70b /src/gui/GraphBox.cpp
parent763255ad8fc731f298be99c5ebeb07791b748ed2 (diff)
downloadingen-0c5792cb84ca039a7dbf4ca933066ab11f8af6e4.tar.gz
ingen-0c5792cb84ca039a7dbf4ca933066ab11f8af6e4.tar.bz2
ingen-0c5792cb84ca039a7dbf4ca933066ab11f8af6e4.zip
Fix status bar hover text.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5018 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/GraphBox.cpp')
-rw-r--r--src/gui/GraphBox.cpp5
1 files changed, 0 insertions, 5 deletions
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<const GraphModel> 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(