summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_sources.h
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2018-11-08 13:07:52 -0600
committerBen Loftis <ben@harrisonconsoles.com>2019-08-01 12:11:31 -0500
commit77950c36c5532b0696dc89f108fcc18af9fd08f8 (patch)
tree2f1e82c21b13704367cd37094a7927dd4bb504de /gtk2_ardour/editor_sources.h
parent98c509cc4828b94795ad0de6f74f3ccb309b0e9f (diff)
(Source List) Implement remove_selected_sources when the user clicks Delete key.
Diffstat (limited to 'gtk2_ardour/editor_sources.h')
-rw-r--r--gtk2_ardour/editor_sources.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/gtk2_ardour/editor_sources.h b/gtk2_ardour/editor_sources.h
index 7e8b05f203..75ddf41b5c 100644
--- a/gtk2_ardour/editor_sources.h
+++ b/gtk2_ardour/editor_sources.h
@@ -60,8 +60,6 @@ public:
_display.get_selection()->unselect_all ();
}
- void remove_unused_regions ();
-
XMLNode& get_state () const;
void set_state (const XMLNode &);
@@ -124,13 +122,11 @@ private:
Glib::RefPtr<Gdk::DragContext> const &, gint, gint, Gtk::SelectionData const &, guint, guint
);
- Glib::RefPtr<Gtk::Action> remove_unused_regions_action () const; //TODO: what is the equivalent?
-
Gtk::Menu* _menu;
Gtk::ScrolledWindow _scroller;
Gtk::Frame _frame;
- Gtkmm2ext::DnDTreeView<boost::shared_ptr<ARDOUR::Source> > _display; //TODO .. try changing this to region
+ Gtkmm2ext::DnDTreeView<boost::shared_ptr<ARDOUR::Source> > _display;
Glib::RefPtr<Gtk::TreeStore> _model;