From efe60474d6447fa710db5dd863f3058e3ab2e511 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 11 Aug 2010 01:23:03 +0000 Subject: Hopefully fix up automation control point selection (finally). git-svn-id: svn://localhost/ardour2/branches/3.0@7592 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/control_point.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'gtk2_ardour/control_point.cc') diff --git a/gtk2_ardour/control_point.cc b/gtk2_ardour/control_point.cc index f40a809a4a..7632642adc 100644 --- a/gtk2_ardour/control_point.cc +++ b/gtk2_ardour/control_point.cc @@ -40,7 +40,6 @@ ControlPoint::ControlPoint (AutomationLine& al) _y = 0; _shape = Full; _size = 4.0; - _selected = false; _item = new Canvas::SimpleRect (_line.canvas_group()); _item->property_draw() = true; @@ -69,7 +68,6 @@ ControlPoint::ControlPoint (const ControlPoint& other, bool /*dummy_arg_to_force _y = other._y; _shape = other._shape; _size = other._size; - _selected = false; _item = new Canvas::SimpleRect (_line.canvas_group()); _item->property_fill() = false; -- cgit v1.2.3