diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/client.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client.cpp b/src/client.cpp index 2f2341ea7..e767038e8 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -1137,7 +1137,6 @@ int Client::gameExec() ADDBUTTON(mSetupButton, new Button(mDesktop, // TRANSLATORS: setup tab quick button _("Setup"), "Setup", this)) -#ifndef WIN32 ADDBUTTON(mPerfomanceButton, new Button(mDesktop, // TRANSLATORS: perfoamance tab quick button _("Performance"), "Perfomance", this)) @@ -1158,7 +1157,6 @@ int Client::gameExec() // TRANSLATORS: close quick button _("Close"), "close", this)) #endif -#endif mDesktop->setSize(mainGraphics->getWidth(), mainGraphics->getHeight()); } |