Remove duplicate menubarstyle property.
[ardour.git] / gtk2_ardour / axis_view.cc
index 6b8b5e59fa3dcc756842f3643c9939ed806dd493..f22b0d2dc7adb3fcd8d89e4033c5659a31ee22b6 100644 (file)
@@ -15,7 +15,6 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id$
 */
 
 #include <cstdlib>
@@ -48,6 +47,7 @@ list<Gdk::Color> AxisView::used_colors;
 AxisView::AxisView (ARDOUR::Session& sess) : _session(sess)
 {
        _selected = false;
+       _marked_for_display = false;
 }
 
 AxisView::~AxisView()