AxisView does not need to initialize Selectable::_selected

This commit is contained in:
Paul Davis
2016-06-05 19:50:24 -04:00
parent 8125ea5909
commit 9e28056fd2

View File

@@ -49,7 +49,6 @@ list<Gdk::Color> AxisView::used_colors;
AxisView::AxisView ()
{
_selected = false;
}
AxisView::~AxisView()