not sure why this has a main()

This commit is contained in:
Ben Fry
2021-08-01 12:52:48 -04:00
parent 712299b84a
commit 67477fe11c

View File

@@ -438,9 +438,4 @@ public class JavaMode extends Mode {
if (Preferences.get(INSPECT_MODE_HOTKEY_PREF) == null)
Preferences.setBoolean(INSPECT_MODE_HOTKEY_PREF, inspectModeHotkeyEnabled);
}
static public void main(String[] args) {
processing.app.Base.main(args);
}
}