From 13b1b98f7cf8a3b3b2c15dd42f96537b02c00711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sat, 3 Aug 2013 15:57:33 +0200 Subject: WTF, I don't even... --- gui/settingsdialog.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'gui/settingsdialog.cpp') diff --git a/gui/settingsdialog.cpp b/gui/settingsdialog.cpp index 52867169..d3be9cd3 100644 --- a/gui/settingsdialog.cpp +++ b/gui/settingsdialog.cpp @@ -122,7 +122,6 @@ void SettingsDialog::applySettings(SettingsObject *s) s->set("AutoCloseConsole", ui->autoCloseConsoleCheck->isChecked()); // Window Size - s->set("LaunchCompatMode", ui->compatModeCheckBox->isChecked()); s->set("LaunchMaximized", ui->maximizedCheckBox->isChecked()); s->set("MinecraftWinWidth", ui->windowWidthSpinBox->value()); s->set("MinecraftWinHeight", ui->windowHeightSpinBox->value()); @@ -159,7 +158,6 @@ void SettingsDialog::loadSettings(SettingsObject *s) ui->autoCloseConsoleCheck->setChecked(s->get("AutoCloseConsole").toBool()); // Window Size - ui->compatModeCheckBox->setChecked(s->get("LaunchCompatMode").toBool()); ui->maximizedCheckBox->setChecked(s->get("LaunchMaximized").toBool()); ui->windowWidthSpinBox->setValue(s->get("MinecraftWinWidth").toInt()); ui->windowHeightSpinBox->setValue(s->get("MinecraftWinHeight").toInt()); -- cgit v1.2.3