remove typo in last commit

git-svn-id: svn://localhost/ardour2/branches/3.0@3750 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Nick Mainsbridge 2008-09-18 00:16:16 +00:00
parent 29633d1888
commit e2ad9eeacd

View 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) {