From: Paul Davis Date: Wed, 17 Sep 2014 13:39:05 +0000 (-0400) Subject: remove old connections to (now) static Location signals X-Git-Tag: 4.0-rc1~1601^2~136 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=4130513689c61f10774d9b0fd55136ea2db5e6c0;p=ardour.git remove old connections to (now) static Location signals --- 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());