summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-05-02 12:21:41 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-05-02 12:21:41 -0400
commit81485faa83e8dd0b9244550865e7d8fda3abf8ee (patch)
treebe70eea2885895992f90d3a6648db8cfd9af9183 /gtk2_ardour/editor.h
parent7df1654947ba6f39c4133f65d715577ce8ce6daf (diff)
remove CMT code - has not been used for years, and will become irrelevant with VTL and cairocanvas
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 1c246a3f3b..2a58a09d41 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -137,16 +137,6 @@ class EditorCursor;
class MouseCursors;
class VerboseCursor;
-/* <CMT Additions> */
-class ImageFrameView;
-class ImageFrameTimeAxisView;
-class ImageFrameTimeAxis;
-class MarkerTimeAxis ;
-class MarkerView ;
-class ImageFrameSocketHandler ;
-class TimeAxisViewItem ;
-/* </CMT Additions> */
-
class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARDOUR::SessionHandlePtr, public Gtkmm2ext::VisibilityTracker
{
public: