more panner tweaking
[ardour.git] / gtk2_ardour / editor_hscroller.cc
index 8504667daa7efb6183ca058dc890f0968b61419d..c95d9230928381b64790030af129e0df7e788761 100644 (file)
@@ -34,7 +34,6 @@ Editor::hscrollbar_allocate (Gtk::Allocation &alloc)
 bool
 Editor::hscrollbar_button_press (GdkEventButton *ev)
 {
-       edit_hscroll_dragging = true;
        return true;
 }
 
@@ -42,11 +41,7 @@ bool
 Editor::hscrollbar_button_release (GdkEventButton *ev)
 {
        if (session) {
-               if (edit_hscroll_dragging) {
-                       // lets do a tempo redisplay only on button release, because it is dog slow
-                       tempo_map_changed (Change (0));
-                       edit_hscroll_dragging = false;
-               }
+
        }
 
        return true;