summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/editor_drag.h')
-rw-r--r--gtk2_ardour/editor_drag.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk2_ardour/editor_drag.h b/gtk2_ardour/editor_drag.h
index cacf6343c7..6b4420715f 100644
--- a/gtk2_ardour/editor_drag.h
+++ b/gtk2_ardour/editor_drag.h
@@ -445,7 +445,7 @@ class NoteDrag : public Drag
class RegionGainDrag : public Drag
{
public:
- RegionGainDrag (Editor *e, ArdourCanvas::Item *i) : Drag (e, i) {}
+ RegionGainDrag (Editor *, ArdourCanvas::Item *);
void motion (GdkEvent *, bool);
void finished (GdkEvent *, bool);
@@ -701,7 +701,7 @@ private:
class RubberbandSelectDrag : public Drag
{
public:
- RubberbandSelectDrag (Editor *e, ArdourCanvas::Item *i) : Drag (e, i) {}
+ RubberbandSelectDrag (Editor *, ArdourCanvas::Item *);
void start_grab (GdkEvent *, Gdk::Cursor* c = 0);
void motion (GdkEvent *, bool);
@@ -717,7 +717,7 @@ public:
class TimeFXDrag : public RegionDrag
{
public:
- TimeFXDrag (Editor *e, ArdourCanvas::Item *i, RegionView* p, std::list<RegionView*> const & v) : RegionDrag (e, i, p, v) {}
+ TimeFXDrag (Editor *, ArdourCanvas::Item *, RegionView *, std::list<RegionView*> const &);
void start_grab (GdkEvent *, Gdk::Cursor* c = 0);
void motion (GdkEvent *, bool);
@@ -729,7 +729,7 @@ public:
class ScrubDrag : public Drag
{
public:
- ScrubDrag (Editor *e, ArdourCanvas::Item *i) : Drag (e, i) {}
+ ScrubDrag (Editor *, ArdourCanvas::Item *);
void start_grab (GdkEvent *, Gdk::Cursor* c = 0);
void motion (GdkEvent *, bool);
@@ -800,7 +800,7 @@ private:
class MouseZoomDrag : public Drag
{
public:
- MouseZoomDrag (Editor* e, ArdourCanvas::Item *i) : Drag (e, i) {}
+ MouseZoomDrag (Editor *, ArdourCanvas::Item *);
void start_grab (GdkEvent *, Gdk::Cursor* c = 0);
void motion (GdkEvent *, bool);