0
0
mirror of https://github.com/Doodle3D/doodle3d-client.git synced 2024-11-21 17:07:55 +01:00

Removed old checks

This commit is contained in:
peteruithoven 2014-02-10 15:04:04 +01:00
parent d8dea626fe
commit d432c00336

View File

@ -88,10 +88,6 @@ function SettingsWindow() {
_updatePanel.setInAccessPointMode(inAccessPointMode);
});
_form.check();
_printerPanel.check();
_networkPanel.check();
self.loadSettings();
});