summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_hscroller.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2005-12-07 17:15:37 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2005-12-07 17:15:37 +0000
commit6d33b9a2d681e00681236c3f61bc231b46c1db27 (patch)
treea2639220d6a74d956e5d68e02c197b31e7371afe /gtk2_ardour/editor_hscroller.cc
parente21dc7dede5ee5494925e2ae641b7a69b41dc2d7 (diff)
black bg for meters, font fixups for startup message, new notebook widget (incomplete)
git-svn-id: svn://localhost/trunk/ardour2@178 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_hscroller.cc')
-rw-r--r--gtk2_ardour/editor_hscroller.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_hscroller.cc b/gtk2_ardour/editor_hscroller.cc
index b188060350..d918983f94 100644
--- a/gtk2_ardour/editor_hscroller.cc
+++ b/gtk2_ardour/editor_hscroller.cc
@@ -147,7 +147,6 @@ Editor::hscroll_slider_button_release (GdkEventButton *ev)
return TRUE;
-
start = (gint) floor (bar_max * ((double) leftmost_frame / session->current_end_frame()));
width = (gint) floor (bar_max * ((canvas_width * frames_per_unit) / session->current_end_frame()));