remove typo in last commit
authorNick Mainsbridge <beatroute@iprimus.com.au>
Thu, 18 Sep 2008 00:16:16 +0000 (00:16 +0000)
committerNick Mainsbridge <beatroute@iprimus.com.au>
Thu, 18 Sep 2008 00:16:16 +0000 (00:16 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@3750 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/time_axis_view.cc

index d852fc1277cf2229bac4ec0798916eb7e46a4e7c..1ff6b3d363f7af547560156175d505702c115ace 100644 (file)
@@ -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) {