summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-01-20 11:43:42 +0100
committerRobin Gareus <robin@gareus.org>2017-01-20 11:43:42 +0100
commita8afe7faab10609ab67d7cd9d11059ea48f3b3bd (patch)
treec8dde188cb1cc7e6b2ce0da4296d8c38d732e170 /gtk2_ardour/editor.h
parentf05a07837b7ca6f99d32bdfb1c72748e49a0dcab (diff)
Remove cruft
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 0106f34382..2d7262ad6e 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -2221,8 +2221,6 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
bool _region_selection_change_updates_region_list;
void setup_fade_images ();
- std::map<ARDOUR::FadeShape, Gtk::Image*> _fade_in_images;
- std::map<ARDOUR::FadeShape, Gtk::Image*> _fade_out_images;
std::map<ARDOUR::FadeShape, Gtk::Image*> _xfade_in_images;
std::map<ARDOUR::FadeShape, Gtk::Image*> _xfade_out_images;