summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/Src/MainNoGUI.cpp
diff options
context:
space:
mode:
authortmator <tmator@gmail.com>2009-08-01 18:31:25 +0000
committertmator <tmator@gmail.com>2009-08-01 18:31:25 +0000
commit1e9bb4ed9af37e135cb4ebfca11787635a448d33 (patch)
tree60aca2870d9270940f24baa7f0816fff92046663 /Source/Core/DolphinWX/Src/MainNoGUI.cpp
parent69c06131607f7dd57c7b4b27842a8037f7319322 (diff)
fix non gui build
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3921 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DolphinWX/Src/MainNoGUI.cpp')
-rw-r--r--Source/Core/DolphinWX/Src/MainNoGUI.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/DolphinWX/Src/MainNoGUI.cpp b/Source/Core/DolphinWX/Src/MainNoGUI.cpp
index f8bd0597bd..d0dd996718 100644
--- a/Source/Core/DolphinWX/Src/MainNoGUI.cpp
+++ b/Source/Core/DolphinWX/Src/MainNoGUI.cpp
@@ -49,7 +49,6 @@
#include "BootManager.h"
void* g_pCodeWindow = NULL;
void* main_frame = NULL;
-LogManager *logManager = NULL;
// OK, this thread boundary is DANGEROUS on linux
// wxPostEvent / wxAddPendingEvent is the solution.
@@ -214,7 +213,6 @@ int main(int argc, char* argv[])
return(1);
}
std::string bootFile(args_info.inputs[0]);
- logManager = (LogManager *)CPluginManager::GetInstance().GetGlobals()->logManager;
updateMainFrameEvent.Init();
cpu_info.Detect();