1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-26 03:52:01 +02:00

Fix leftover code copy

This commit is contained in:
Ivan Savenko 2022-12-26 23:33:48 +02:00
parent d1eb3ca121
commit 9598809995

View File

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