Remove excess menu separator.
authorCarl Hetherington <carl@carlh.net>
Wed, 9 Sep 2009 16:25:16 +0000 (16:25 +0000)
committerCarl Hetherington <carl@carlh.net>
Wed, 9 Sep 2009 16:25:16 +0000 (16:25 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@5646 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/editor.cc

index bb5ba16625a4443730f27080e09b60bb5bdd4d5b..e3fdb84ee8a91587457e7e60da754776aaa3723d 100644 (file)
@@ -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 */