summaryrefslogtreecommitdiff
path: root/gtk2_ardour/public_editor.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-06-14 17:18:59 +0200
committerRobin Gareus <robin@gareus.org>2013-06-14 17:18:59 +0200
commit084af4727dbc067458aaa922586e543f74f48762 (patch)
tree7dc33591a33ba65d35d7f71d7e0f23f0bae92293 /gtk2_ardour/public_editor.h
parent006e3575be4b70d3fc920df009f3cae0a05c19f2 (diff)
remove cruft - old CMT imageframe*
Diffstat (limited to 'gtk2_ardour/public_editor.h')
-rw-r--r--gtk2_ardour/public_editor.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/gtk2_ardour/public_editor.h b/gtk2_ardour/public_editor.h
index 96310d7488..b5f8503458 100644
--- a/gtk2_ardour/public_editor.h
+++ b/gtk2_ardour/public_editor.h
@@ -69,11 +69,7 @@ class AutomationTimeAxisView;
class ControlPoint;
class DragManager;
class Editor;
-class ImageFrameTimeAxis;
-class ImageFrameView;
class Marker;
-class MarkerTimeAxis;
-class MarkerView;
class MeterMarker;
class MouseCursors;
class PlaylistSelector;
@@ -355,17 +351,6 @@ class PublicEditor : public Gtk::Window, public PBD::StatefulDestructible, publi
virtual bool canvas_transport_marker_bar_event (GdkEvent* event, ArdourCanvas::Item*) = 0;
virtual bool canvas_note_event (GdkEvent* event, ArdourCanvas::Item*) = 0;
-#ifdef WITH_CMT
- virtual bool canvas_imageframe_item_view_event(GdkEvent* event, ArdourCanvas::Item*,ImageFrameView*) = 0;
- virtual bool canvas_imageframe_view_event(GdkEvent* event, ArdourCanvas::Item*,ImageFrameTimeAxis*) = 0;
- virtual bool canvas_imageframe_start_handle_event(GdkEvent* event, ArdourCanvas::Item*,ImageFrameView*) = 0;
- virtual bool canvas_imageframe_end_handle_event(GdkEvent* event, ArdourCanvas::Item*,ImageFrameView*) = 0;
- virtual bool canvas_marker_time_axis_view_event(GdkEvent* event, ArdourCanvas::Item*,MarkerTimeAxis*) = 0;
- virtual bool canvas_markerview_item_view_event(GdkEvent* event, ArdourCanvas::Item*,MarkerView*) = 0;
- virtual bool canvas_markerview_start_handle_event(GdkEvent* event, ArdourCanvas::Item*,MarkerView*) = 0;
- virtual bool canvas_markerview_end_handle_event(GdkEvent* event, ArdourCanvas::Item*,MarkerView*) = 0;
-#endif
-
static const int window_border_width;
static const int container_border_width;
static const int vertical_spacing;