Add "Marker Toggle" #5193
[ardour.git] / gtk2_ardour / editor.h
index d45545b4a703495835b8744e0053aa44c4a771e9..7d754ed1b01abb05651c659d075d705ed7ac98b8 100644 (file)
@@ -1461,7 +1461,9 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
        void set_loop_range (framepos_t start, framepos_t end, std::string cmd);
        void set_punch_range (framepos_t start, framepos_t end, std::string cmd);
 
+       void toggle_location_at_playhead_cursor ();
        void add_location_from_playhead_cursor ();
+       bool do_remove_location_at_playhead_cursor ();
        void remove_location_at_playhead_cursor ();
        bool select_new_marker;