summaryrefslogtreecommitdiff
path: root/gtk2_ardour/control_point.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/control_point.cc')
-rw-r--r--gtk2_ardour/control_point.cc2
1 files changed, 0 insertions, 2 deletions
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;