summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-09-09 16:25:16 +0000
committerCarl Hetherington <carl@carlh.net>2009-09-09 16:25:16 +0000
commita0b9c52a5e781f4b1514ffe8c21d2250b5c0ebaf (patch)
tree45311420f6775e18a630fa10dfa9827eec187795
parenta444e0809d426805ff54256484d80d3dcb641f66 (diff)
Remove excess menu separator.
git-svn-id: svn://localhost/ardour2/branches/3.0@5646 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--gtk2_ardour/editor.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc
index bb5ba16625..e3fdb84ee8 100644
--- a/gtk2_ardour/editor.cc
+++ b/gtk2_ardour/editor.cc
@@ -2001,8 +2001,6 @@ Editor::add_dstream_context_items (Menu_Helpers::MenuList& edit_items)
select_items.push_back (MenuElem (_("Select All Within Playhead & Edit Point"), bind (mem_fun(*this, &Editor::select_all_selectables_between), true)));
select_items.push_back (MenuElem (_("Select Range Between Playhead & Edit Point"), mem_fun(*this, &Editor::select_range_between)));
- select_items.push_back (SeparatorElem());
-
edit_items.push_back (MenuElem (_("Select"), *select_menu));
/* Cut-n-Paste */