From 0d152472475aae54385f47d709c59a792689f7b4 Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Sun, 23 Aug 2015 16:05:53 +0200 Subject: NOISSUE remoce the old WM_CLASS workaround --- application/MainWindow.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'application/MainWindow.cpp') diff --git a/application/MainWindow.cpp b/application/MainWindow.cpp index 72db197c..891842b5 100644 --- a/application/MainWindow.cpp +++ b/application/MainWindow.cpp @@ -332,8 +332,6 @@ namespace Ui { #include "groupview/InstanceDelegate.h" #include "InstanceProxyModel.h" -#include "Platform.h" - #include "widgets/LabeledToolButton.h" #include "widgets/ServerStatus.h" @@ -385,7 +383,6 @@ namespace Ui { MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::MainWindow) { - MultiMCPlatform::fixWM_CLASS(this); ui->setupUi(this); // initialize the news checker -- cgit