summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_markers.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-09-17 09:39:05 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-09-17 09:39:05 -0400
commit4130513689c61f10774d9b0fd55136ea2db5e6c0 (patch)
tree16ba96c29666737da9e25dcd83ad3cfdfb0a2fac /gtk2_ardour/editor_markers.cc
parent73f2baf5c6ac62982b7a542f9a6937435b3d4ad7 (diff)
remove old connections to (now) static Location signals
Diffstat (limited to 'gtk2_ardour/editor_markers.cc')
-rw-r--r--gtk2_ardour/editor_markers.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk2_ardour/editor_markers.cc b/gtk2_ardour/editor_markers.cc
index caeddb06eb..11603ef350 100644
--- a/gtk2_ardour/editor_markers.cc
+++ b/gtk2_ardour/editor_markers.cc
@@ -163,9 +163,6 @@ Editor::add_new_location_internal (Location* location)
lam->show ();
}
- location->start_changed.connect (*this, invalidator (*this), boost::bind (&Editor::location_changed, this, _1), gui_context());
- location->end_changed.connect (*this, invalidator (*this), boost::bind (&Editor::location_changed, this, _1), gui_context());
- location->changed.connect (*this, invalidator (*this), boost::bind (&Editor::location_changed, this, _1), gui_context());
location->name_changed.connect (*this, invalidator (*this), boost::bind (&Editor::location_changed, this, _1), gui_context());
location->FlagsChanged.connect (*this, invalidator (*this), boost::bind (&Editor::location_flags_changed, this, _1, _2), gui_context());