From 95988099951002040c9b3f4e8d55f1f888e978a2 Mon Sep 17 00:00:00 2001 From: Ivan Savenko Date: Mon, 26 Dec 2022 23:33:48 +0200 Subject: [PATCH] Fix leftover code copy --- mapeditor/mainwindow.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mapeditor/mainwindow.cpp b/mapeditor/mainwindow.cpp index ddffe4bf4..ce6c1789c 100644 --- a/mapeditor/mainwindow.cpp +++ b/mapeditor/mainwindow.cpp @@ -141,10 +141,6 @@ MainWindow::MainWindow(QWidget* parent) : QDir::addSearchPath("icons", pathToQString(string / "mapeditor" / "icons")); QDir::addSearchPath("icons", pathToQString(VCMIDirs::get().userDataPath() / "mapeditor" / "icons")); - ui->setupUi(this); - loadUserSettings(); //For example window size - setTitle(); - ExtractionOptions extractionOptions; parseCommandLine(extractionOptions);