summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-01-02 21:54:33 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-01-02 21:54:33 +0000
commit4dedfa9eb438f888b2dcab07d1f63a2b84da233f (patch)
tree744c893a1dfc11a39f960dfeaf913ab0405ab129 /gtk2_ardour/time_axis_view.cc
parent284185ca7339a771b662e1d1b119ae909526a1f2 (diff)
fix problem with x-axis origin computation moving the origin at the wrong time
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2820 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/time_axis_view.cc')
-rw-r--r--gtk2_ardour/time_axis_view.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/time_axis_view.cc b/gtk2_ardour/time_axis_view.cc
index 943ef5acb7..dd5471ba9f 100644
--- a/gtk2_ardour/time_axis_view.cc
+++ b/gtk2_ardour/time_axis_view.cc
@@ -219,7 +219,6 @@ TimeAxisView::show_at (double y, int& nth, VBox *parent)
canvas_display->show();/* XXX not necessary */
y_position = y;
order = nth;
- cerr << name() << " has order set to " << nth << endl;
_hidden = false;
/* height in pixels depends on _order, so update it now we've changed _order */