summaryrefslogtreecommitdiff
path: root/gtk2_ardour/public_editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/public_editor.h')
-rw-r--r--gtk2_ardour/public_editor.h19
1 files changed, 1 insertions, 18 deletions
diff --git a/gtk2_ardour/public_editor.h b/gtk2_ardour/public_editor.h
index c2972116a1..884a1b351b 100644
--- a/gtk2_ardour/public_editor.h
+++ b/gtk2_ardour/public_editor.h
@@ -173,25 +173,8 @@ class PublicEditor : public Gtk::Window, public PBD::StatefulDestructible, publi
*/
virtual Editing::MouseMode current_mouse_mode () const = 0;
- /** Switch into a mode in which editing is primarily focused on "within" regions,
- rather than regions as black-box objects. For Ardour3, this is aimed at
- editing MIDI regions but may expand in the future to other types of regions.
- */
-
- virtual void set_internal_edit (bool yn) = 0;
-
- /** Driven by a double-click, switch in or out of a mode in which
- editing is primarily focused on "within" regions, rather than
- regions as black-box objects. For Ardour3, this is aimed at editing
- MIDI regions but may expand in the future to other types of
- regions.
- */
-
- virtual bool toggle_internal_editing_from_double_click (GdkEvent*) = 0;
-
- /** @return Whether editing is currently in "internal" mode or not
+ /** @return Whether the current mouse mode is an "internal" editing mode.
*/
-
virtual bool internal_editing() const = 0;
/** Possibly start the audition of a region. If @param r is 0, or not an AudioRegion