summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorTanninOne <seppleviathan@gmx.de>2015-12-23 11:38:34 +0100
committerTanninOne <seppleviathan@gmx.de>2015-12-23 11:38:34 +0100
commitc037b74b00cc3a20938cd3bbfcd01cfde8ca995c (patch)
treeecaa2106a64b14e46f0b44f030bb1b0c2ca9050c /src/main.cpp
parent502e950cde5920e4184775c47621cb737696f512 (diff)
parent5adb3b377ecd50a75dd034a49582a1da91b67e1c (diff)
Merge branch 'master' into new_vfs_library
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 0258910c..30938485 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -35,7 +35,6 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
#include <report.h>
#include "modlist.h"
#include "profile.h"
-#include "gameinfo.h"
#include "spawn.h"
#include "executableslist.h"
#include "singleinstance.h"
@@ -556,9 +555,6 @@ int main(int argc, char *argv[])
organizer.setManagedGame(game);
- //*sigh just for making it work
- GameInfo::init(application.applicationDirPath().toStdWString(), game->gameDirectory().absolutePath().toStdWString());
-
organizer.createDefaultProfile();
//See the pragma - we apparently don't use this so not sure why we check it