summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_gain_line.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2005-11-16 02:57:22 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2005-11-16 02:57:22 +0000
commitf16caf535c3e7a697c7464ecc153bce1b341d0ef (patch)
treede359f3e2ef8d30d070cff3476bcea7d185596cb /gtk2_ardour/automation_gain_line.cc
parentadacfd9b24fb0ac7c4029cd659d21107eb7a2208 (diff)
get editor.cc to compile
git-svn-id: svn://localhost/trunk/ardour2@99 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/automation_gain_line.cc')
-rw-r--r--gtk2_ardour/automation_gain_line.cc7
1 files changed, 2 insertions, 5 deletions
diff --git a/gtk2_ardour/automation_gain_line.cc b/gtk2_ardour/automation_gain_line.cc
index b07f3c14a1..58dc502520 100644
--- a/gtk2_ardour/automation_gain_line.cc
+++ b/gtk2_ardour/automation_gain_line.cc
@@ -32,12 +32,9 @@
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, Gnome::Canvas::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);