X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Feditor_regions.h;h=3c54e7b2d5ed1921265a455aa033c4a045c2fbdf;hb=e133709def199e8a28e34abc56791b05d6079a90;hp=6a37595bd33d925cb55589be2f5f408596c1ac24;hpb=ed626628b54e67dd9621c08d82a42afaed00c7ac;p=ardour.git diff --git a/gtk2_ardour/editor_regions.h b/gtk2_ardour/editor_regions.h index 6a37595bd3..3c54e7b2d5 100644 --- a/gtk2_ardour/editor_regions.h +++ b/gtk2_ardour/editor_regions.h @@ -68,7 +68,7 @@ public: _display.get_selection()->unselect_all (); } - void delete_unused_regions(); + void remove_unused_regions (); XMLNode& get_state () const; void set_state (const XMLNode &); @@ -182,7 +182,7 @@ private: Glib::RefPtr hide_action () const; Glib::RefPtr show_action () const; - Glib::RefPtr delete_unused_regions_action() const; + Glib::RefPtr remove_unused_regions_action () const; Glib::RefPtr toggle_full_action () const; Glib::RefPtr toggle_show_auto_regions_action () const;