summaryrefslogtreecommitdiff
path: root/gtk2_ardour/public_editor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-04-15 21:57:08 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-04-15 21:57:08 -0400
commit84fb0a8dceda063d58b946cb891c3e21214c8f75 (patch)
tree1802e90cff0548e201397392c8aebd9f8f5f83dd /gtk2_ardour/public_editor.h
parentfe344859073b00ff63b0fd0b68c26af6cd96aae3 (diff)
remove all XML related API from canvas. it may have been useful during development, but it is just a distraction - we will NEVER be saving or restoring canvas state via XML or any kind of serialized state
Diffstat (limited to 'gtk2_ardour/public_editor.h')
-rw-r--r--gtk2_ardour/public_editor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/public_editor.h b/gtk2_ardour/public_editor.h
index 709f9208c4..12f4cd0ec7 100644
--- a/gtk2_ardour/public_editor.h
+++ b/gtk2_ardour/public_editor.h
@@ -420,8 +420,6 @@ class PublicEditor : public Gtk::Window, public PBD::StatefulDestructible {
virtual void get_regions_at (RegionSelection &, framepos_t where, TrackViewList const &) const = 0;
- virtual void save_canvas_state () = 0;
-
/// Singleton instance, set up by Editor::Editor()
static PublicEditor* _instance;