Clear out any command line session name on closing a session so that the same session...
[ardour.git] / gtk2_ardour / editor_hscroller.cc
index b5f265daa5f4b79e809354546d8fd40d0da5dd76..f97b4610b6f4f13800d2aaff3aeffe6f7e06db47 100644 (file)
@@ -26,19 +26,19 @@ using namespace ARDOUR;
 using namespace PBD;
 
 void
-Editor::hscrollbar_allocate (Gtk::Allocation &alloc)
+Editor::hscrollbar_allocate (Gtk::Allocation &)
 {
 }
 
 bool
-Editor::hscrollbar_button_press (GdkEventButton *ev)
+Editor::hscrollbar_button_press (GdkEventButton *)
 {
        _dragging_hscrollbar = true;
        return false;
 }
 
 bool
-Editor::hscrollbar_button_release (GdkEventButton *ev)
+Editor::hscrollbar_button_release (GdkEventButton *)
 {
        _dragging_hscrollbar = false;