@@ -78,7 +78,6 @@ namespace Scratch {
7878 public const string ACTION_OPEN_FOLDER = " action-open-folder" ;
7979 public const string ACTION_OPEN_PROJECT = " action-open-project" ;
8080 public const string ACTION_COLLAPSE_ALL_FOLDERS = " action-collapse-all-folders" ;
81- public const string ACTION_ORDER_FOLDERS = " action-order-folders" ;
8281 public const string ACTION_GO_TO = " action-go-to" ;
8382 public const string ACTION_SORT_LINES = " action-sort-lines" ;
8483 public const string ACTION_NEW_TAB = " action-new-tab" ;
@@ -142,7 +141,6 @@ namespace Scratch {
142141 { ACTION_OPEN_FOLDER , action_open_folder, " s" },
143142 { ACTION_OPEN_PROJECT , action_open_project },
144143 { ACTION_COLLAPSE_ALL_FOLDERS , action_collapse_all_folders },
145- { ACTION_ORDER_FOLDERS , action_order_folders },
146144 { ACTION_PREFERENCES , action_preferences },
147145 { ACTION_REVERT , action_revert },
148146 { ACTION_SAVE , action_save },
@@ -1121,10 +1119,6 @@ namespace Scratch {
11211119 folder_manager_view. collapse_all ();
11221120 }
11231121
1124- private void action_order_folders () {
1125- folder_manager_view. order_folders ();
1126- }
1127-
11281122 private void action_save () {
11291123 var doc = get_current_document (); /* may return null */
11301124 if (doc != null ) {
0 commit comments