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);