From e2ad9eeacdf089ff47cef473b5b54eb27bf61c1a Mon Sep 17 00:00:00 2001 From: Nick Mainsbridge Date: Thu, 18 Sep 2008 00:16:16 +0000 Subject: [PATCH] remove typo in last commit git-svn-id: svn://localhost/ardour2/branches/3.0@3750 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/time_axis_view.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/gtk2_ardour/time_axis_view.cc b/gtk2_ardour/time_axis_view.cc index d852fc1277..1ff6b3d363 100644 --- a/gtk2_ardour/time_axis_view.cc +++ b/gtk2_ardour/time_axis_view.cc @@ -238,8 +238,6 @@ TimeAxisView::show_at (double y, int& nth, VBox *parent) /* the coordinates used here are in the system of the item's parent ... */ - canvas_display->property_y () = y; -// canvas_display->move (0.0, 0.0); Group* pg; double ix1, iy1, ix2, iy2; @@ -257,7 +255,6 @@ TimeAxisView::show_at (double y, int& nth, VBox *parent) y_position = y; } - canvas_display->raise_to_top (); if (_marked_for_display) { -- 2.30.2