Canvas GObject fixes
[ardour.git] / gtk2_ardour / automation_gain_line.cc
index b07f3c14a1fbd36b13d48e6ad1b78e6e04a6b9b3..d4db4d25d73f5f9b7d9d4b2111b7fbd1363894ed 100644 (file)
 using namespace std;
 using namespace ARDOUR;
 
-AutomationGainLine::AutomationGainLine (string name, Session& s, TimeAxisView& tv, Gnome::Canvas::Group& parent,
-                                       Curve& c, 
-                                       sigc::slot<bool,GdkEvent*,ControlPoint*> point_callback, 
-                                       sigc::slot<bool,GdkEvent*,AutomationLine*> line_callback)
+AutomationGainLine::AutomationGainLine (string name, Session& s, TimeAxisView& tv, ArdourCanvas::Group& parent, Curve& c)
 
-       : AutomationLine (name, tv, parent, c, point_callback, line_callback),
+       : AutomationLine (name, tv, parent, c),
          session (s)
 {
        set_verbose_cursor_uses_gain_mapping (true);