From 7ab8a11fb53782dfcf67b652dc65d8d177b0a1b6 Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Fri, 12 Dec 2014 17:16:50 -0600 Subject: Enforce internal/external selection exclusivity. --- gtk2_ardour/public_editor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk2_ardour/public_editor.h') diff --git a/gtk2_ardour/public_editor.h b/gtk2_ardour/public_editor.h index 884a1b351b..2cc4673463 100644 --- a/gtk2_ardour/public_editor.h +++ b/gtk2_ardour/public_editor.h @@ -235,6 +235,7 @@ class PublicEditor : public Gtk::Window, public PBD::StatefulDestructible, publi virtual void copy_playlists (TimeAxisView*) = 0; virtual void clear_playlists (TimeAxisView*) = 0; virtual void select_all_tracks () = 0; + virtual void deselect_all () = 0; virtual void set_selected_track (TimeAxisView&, Selection::Operation op = Selection::Set, bool no_remove = false) = 0; virtual void set_selected_mixer_strip (TimeAxisView&) = 0; virtual void hide_track_in_display (TimeAxisView* tv, bool apply_to_selection = false) = 0; -- cgit v1.2.3