summaryrefslogtreecommitdiff
path: root/src/mir_core/cmdline.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mir_core/cmdline.cpp')
-rw-r--r--src/mir_core/cmdline.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mir_core/cmdline.cpp b/src/mir_core/cmdline.cpp
index 91f9c836bf..1b9bc11c20 100644
--- a/src/mir_core/cmdline.cpp
+++ b/src/mir_core/cmdline.cpp
@@ -79,9 +79,6 @@ MIR_CORE_DLL(void) CmdLine_Parse(LPTSTR ptszCmdLine)
p--; // the cycle will wipe this space automatically
}
-
- if ( CmdLine_GetOption( _T("debug")))
- g_bDebugMode = true;
}
MIR_CORE_DLL(LPCTSTR) CmdLine_GetOption(const TCHAR* ptszParameter)