fixes for 98% of all the warnings/errors reported by OS X gcc on tiger
[ardour.git] / gtk2_ardour / editor_canvas_events.cc
index 014c925f7de42728f1044895b0044b7772f69fdb..07ae84031fedff43bb5faecd25a66012ff8bf3c6 100644 (file)
@@ -1084,7 +1084,7 @@ Editor::track_canvas_drag_motion (Glib::RefPtr<Gdk::DragContext> const & /*c*/,
 }
 
 bool
-Editor::key_press_handler (ArdourCanvas::Item* item, GdkEvent* event, ItemType type)
+Editor::key_press_handler (ArdourCanvas::Item*, GdkEvent*, ItemType)
 {
        return false;
 }