lots of keybinding changes. added a new action to allow removing markers at the...
[ardour.git] / gtk2_ardour / editor.h
index e8f3804fd5fc8d75546a2d8cc87891fdcc293f3e..b5533ec689098cc0ddf0b0bf3009fa5018c4661b 100644 (file)
@@ -1328,6 +1328,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
        void set_punch_range (framepos_t start, framepos_t end, std::string cmd);
 
        void add_location_from_playhead_cursor ();
+       void remove_location_at_playhead_cursor ();
        bool select_new_marker;
 
        void reverse_selection ();