mirror of
https://github.com/processing/processing4.git
synced 2026-01-27 18:31:07 +01:00
not sure why this has a main()
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user