summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_selection.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2014-07-06 13:53:56 -0500
committerBen Loftis <ben@harrisonconsoles.com>2014-07-06 14:02:13 -0500
commit6d97d72999bd8a3283eb09ebae3e55a1c9500d86 (patch)
treecf76bd90b9a4a8457e2f6c371f322ff91a609972 /gtk2_ardour/editor_selection.cc
parent40d377c288e8fe3630aa2c2cef978ac018c622a7 (diff)
remove some cruft with previous commits. remove option link-region-and-track-selection since they are now exclusive, and rename select-all-regions to select-all-objects to match the implementation
Diffstat (limited to 'gtk2_ardour/editor_selection.cc')
-rw-r--r--gtk2_ardour/editor_selection.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_selection.cc b/gtk2_ardour/editor_selection.cc
index 6f65b27345..9c05c9f924 100644
--- a/gtk2_ardour/editor_selection.cc
+++ b/gtk2_ardour/editor_selection.cc
@@ -1370,7 +1370,7 @@ Editor::select_all_internal_edit (Selection::Operation)
}
void
-Editor::select_all_regions (Selection::Operation op)
+Editor::select_all_objects (Selection::Operation op)
{
list<Selectable *> touched;