Uploaded start of CoreAudioSource. More sfdb work.
[ardour.git] / gtk2_ardour / editor_hscroller.cc
index b1880603502b53702e8e3e6bec3019c7724f74f6..d918983f94c45c823c44813b1e92c84bf727246e 100644 (file)
@@ -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()));