mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-20 21:01:25 +03:00
Removed Preferences.init: no one used it
This commit is contained in:
@ -51,7 +51,7 @@ public abstract class AbstractGUITest {
|
||||
FailOnThreadViolationRepaintManager.install();
|
||||
|
||||
BaseNoGui.initPlatform();
|
||||
Preferences.init(null);
|
||||
PreferencesData.init(null);
|
||||
JPopupMenu.setDefaultLightWeightPopupEnabled(false);
|
||||
Theme.init();
|
||||
BaseNoGui.getPlatform().setLookAndFeel();
|
||||
|
@ -39,7 +39,7 @@ public abstract class AbstractWithPreferencesTest {
|
||||
Runtime.getRuntime().addShutdownHook(new Thread(DeleteFilesOnShutdown.INSTANCE));
|
||||
BaseNoGui.initPlatform();
|
||||
BaseNoGui.getPlatform().init();
|
||||
Preferences.init(null);
|
||||
PreferencesData.init(null);
|
||||
Theme.init();
|
||||
|
||||
BaseNoGui.initPackages();
|
||||
|
Reference in New Issue
Block a user