X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fcontrol_point.cc;h=7632642adc32ce80be91e7ff1bf04116c48a86c9;hb=70d246fbe30d24197781384fa4825f32fb0f4235;hp=f40a809a4a1fe1a7fa860c080c36838b3f4bb269;hpb=0f79f67398fcf319e9471e9b2b3b91e2ea6b2fee;p=ardour.git 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;