X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Feditor_hscroller.cc;h=f97b4610b6f4f13800d2aaff3aeffe6f7e06db47;hb=3162ffb4f418d85088d53d5e0a4a5d6ce7235e04;hp=b5f265daa5f4b79e809354546d8fd40d0da5dd76;hpb=e0aaed6d65f160c328cb8b56d7c6552ee15d65e2;p=ardour.git diff --git a/gtk2_ardour/editor_hscroller.cc b/gtk2_ardour/editor_hscroller.cc index b5f265daa5..f97b4610b6 100644 --- a/gtk2_ardour/editor_hscroller.cc +++ b/gtk2_ardour/editor_hscroller.cc @@ -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;