remove old connections to (now) static Location signals
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 17 Sep 2014 13:39:05 +0000 (09:39 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 17 Sep 2014 13:39:05 +0000 (09:39 -0400)
gtk2_ardour/editor_markers.cc

index caeddb06eb899778be9156f7fd6ac80f12bd86e3..11603ef350aa059497f34812ccfaadd8245283ec 100644 (file)
@@ -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());