diff options
author | George Hazan <george.hazan@gmail.com> | 2014-11-18 11:48:16 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-11-18 11:48:16 +0000 |
commit | 5e0e7e8ea01cdfa22349a100ca165f52550c9b14 (patch) | |
tree | 3025d681e26a8523536dd98df91f4aabc6b489ac /src/mir_core/cmdline.cpp | |
parent | ab83c73711f008b03c46bb7c8727f4b9bc618063 (diff) |
thread handlers don't catch exceptions anymore
git-svn-id: http://svn.miranda-ng.org/main/trunk@11010 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/mir_core/cmdline.cpp')
-rw-r--r-- | src/mir_core/cmdline.cpp | 3 |
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)
|