Fix some bugs I introduced with the last commit.
[ardour.git] / gtk2_ardour / automation_time_axis.h
index a48b1f9b2a79687809a7b4941e1691a6e4925498..7706ed7ee31469bb97f4429468857c03d8232dfa 100644 (file)
@@ -72,7 +72,7 @@ class AutomationTimeAxisView : public TimeAxisView {
        void set_samples_per_unit (double);
        std::string name() const { return _name; }
 
-       void add_automation_event (ArdourCanvas::Item *item, GdkEvent *event, framepos_t, double);
+       void add_automation_event (GdkEvent *, framepos_t, double);
 
        void clear_lines ();