diff options
| author | Thomas Tanner <trtanner@btinternet.com> | 2015-12-06 21:10:37 +0000 |
|---|---|---|
| committer | Thomas Tanner <trtanner@btinternet.com> | 2015-12-06 21:10:37 +0000 |
| commit | 7b087f8f9d94b3758b3dad8d29670cd73d058510 (patch) | |
| tree | c12d9b5ce09effca41f3cbbf7ba46d8c2e0cdd1a /src/main.cpp | |
| parent | eff0f46872c250bbd5543041b8ef4f00aacd458e (diff) | |
Facepalm moments - realised gameinfo init call is no longer needed. Removed all references
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main.cpp b/src/main.cpp index 353e7202..3469e9c3 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"
@@ -569,9 +568,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
|
