From 0d152472475aae54385f47d709c59a792689f7b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 23 Aug 2015 16:05:53 +0200 Subject: NOISSUE remoce the old WM_CLASS workaround --- application/dialogs/NewInstanceDialog.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'application/dialogs/NewInstanceDialog.cpp') diff --git a/application/dialogs/NewInstanceDialog.cpp b/application/dialogs/NewInstanceDialog.cpp index 661f5c53..658302a8 100644 --- a/application/dialogs/NewInstanceDialog.cpp +++ b/application/dialogs/NewInstanceDialog.cpp @@ -23,7 +23,6 @@ #include #include -#include "Platform.h" #include "VersionSelectDialog.h" #include "ProgressDialog.h" #include "IconPickerDialog.h" @@ -59,7 +58,6 @@ public: NewInstanceDialog::NewInstanceDialog(QWidget *parent) : QDialog(parent), ui(new Ui::NewInstanceDialog) { - MultiMCPlatform::fixWM_CLASS(this); ui->setupUi(this); resize(minimumSizeHint()); layout()->setSizeConstraint(QLayout::SetFixedSize); -- cgit v1.2.3