From d8cb9a4e3710b1a09ac2795541c6b792a917e3a1 Mon Sep 17 00:00:00 2001 From: Tannin Date: Tue, 28 May 2013 22:43:19 +0200 Subject: - bugfixes in hookdll related to path-rerouting - bugfix: expanding modlist groups after changes to modlist works now - bugfix: sorting grouped modlist was broken --- src/main.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 7146f4d1..3f8ea46f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -94,8 +94,6 @@ void removeOldLogfiles() // set up required folders (for a first install or after an update or to fix a broken installation) bool bootstrap() { - qDebug("bootstapping"); - GameInfo &gameInfo = GameInfo::instance(); // remove the temporary backup directory in case we're restarting after an update @@ -150,7 +148,6 @@ bool bootstrap() } // verify the hook-dll exists - qDebug("checking dll"); QString dllName = qApp->applicationDirPath() + "/" + ToQString(AppConfig::hookDLLName()); HMODULE dllMod = ::LoadLibraryW(ToWString(dllName).c_str()); if (dllMod == NULL) { -- cgit v1.3.1