File tree 1 file changed +0
-3
lines changed
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -1432,16 +1432,13 @@ public void actionPerformed(ActionEvent actionevent) {
1432
1432
menuItemsToClickAfterStartup .add (item );
1433
1433
}
1434
1434
1435
- int i = 0 ;
1436
1435
PreferencesMap customMenus = targetPlatform .getCustomMenus ();
1437
1436
for (final String menuId : customMenus .keySet ()) {
1438
1437
String title = customMenus .get (menuId );
1439
1438
JMenu menu = getBoardCustomMenu (_ (title ));
1440
1439
1441
1440
if (board .hasMenu (menuId )) {
1442
1441
PreferencesMap boardCustomMenu = board .getMenuLabels (menuId );
1443
- final int currentIndex = i + 1 + 1 ; //plus 1 to skip the first board menu, plus 1 to keep the custom menu next to this one
1444
- i ++;
1445
1442
for (String customMenuOption : boardCustomMenu .keySet ()) {
1446
1443
@ SuppressWarnings ("serial" )
1447
1444
Action subAction = new AbstractAction (_ (boardCustomMenu .get (customMenuOption ))) {
You can’t perform that action at this time.
0 commit comments