Removed commented code

This commit is contained in:
Pherring04 2024-08-05 14:37:31 -05:00
parent 661837fd4b
commit b9256721a2

View File

@ -989,9 +989,6 @@ public class SimControlApplication extends TrickApplication implements PropertyC
"openWiki"
};
JToolBar toolBar = new JToolBar();
//JButton button = new JButton("openWiki");
//button.setPreferredSize(new Dimension(22, 220)); // Set preferred size
//toolBar.add(button);
for (String actionName : toolbarActionNames) {
if (actionName.equals("---")) {
toolBar.addSeparator();