summaryrefslogtreecommitdiffstats
path: root/logic/OneSixInstance.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'logic/OneSixInstance.cpp')
-rw-r--r--logic/OneSixInstance.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/logic/OneSixInstance.cpp b/logic/OneSixInstance.cpp
index ffd40325..a351a5be 100644
--- a/logic/OneSixInstance.cpp
+++ b/logic/OneSixInstance.cpp
@@ -244,24 +244,6 @@ bool OneSixInstance::prepareForLaunch(AuthSessionPtr account, QString &launchScr
launchScript += "windowParams " + windowParams + "\n";
}
- // window size, title and state, onesix
- {
- bool maximize = settings().get("LaunchMaximized").toBool();
- if (maximize)
- {
- // FIXME: there is no good way to maximize the minecraft window in onesix.
- // this is probably a BAD idea
- // launchScript += "param --fullscreen\n";
- }
- else
- {
- launchScript +=
- "param --width\nparam " + settings().get("MinecraftWinWidth").toString() + "\n";
- launchScript +=
- "param --height\nparam " + settings().get("MinecraftWinHeight").toString() + "\n";
- }
- }
-
// legacy auth
{
launchScript += "userName " + session->player_name + "\n";