diff options
| author | TanninOne <seppleviathan@gmx.de> | 2015-12-19 10:33:36 +0100 |
|---|---|---|
| committer | TanninOne <seppleviathan@gmx.de> | 2015-12-19 10:33:36 +0100 |
| commit | 9d260a43f66e8133b90780f86abe9e1a134e708e (patch) | |
| tree | 377456ab85aca7b8a91a22bf75838e013a01c75b /src/main.cpp | |
| parent | 9effaec234e85a8ae5bdfad9811fdacc7972e046 (diff) | |
| parent | c344714661a2404a54428439f0cf7dbb1573d01f (diff) | |
Merge pull request #422 from ThosRTanner/master
remove last vestiges of GameInfo
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
|
