From 792f9ff37b759bcb68ab6454ed2bbd19f3db3205 Mon Sep 17 00:00:00 2001 From: nick_m Date: Tue, 23 Dec 2014 01:26:10 +1100 Subject: [PATCH] Removed unrelated change in Selection::set_state () (clear_points()). --- gtk2_ardour/selection.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk2_ardour/selection.cc b/gtk2_ardour/selection.cc index 6d07564f2c..ae00c4f8c4 100644 --- a/gtk2_ardour/selection.cc +++ b/gtk2_ardour/selection.cc @@ -1261,7 +1261,6 @@ Selection::set_state (XMLNode const & node, int) } clear_regions (); - clear_points (); clear_time (); clear_tracks (); clear_markers ();