Common: Remove unnecessary ~9 year old LOGGING preprocessor define

This was added in 4bdb4aa0d1 back in
2009-02-27. The only usage spot of this macro involves the same checks
that were used to define that preprocessor macro, so we can simply
remove the macro
This commit is contained in:
Lioncash
2018-05-27 21:26:47 -04:00
parent 686e29f2d3
commit ee434d4f01
2 changed files with 1 additions and 8 deletions

View File

@ -81,7 +81,7 @@ void GenericLog(LogTypes::LOG_LEVELS level, LogTypes::LOG_TYPE type, const char*
#endif
;
#if defined LOGGING || defined _DEBUG || defined DEBUGFAST
#if defined(_DEBUG) || defined(DEBUGFAST)
#define MAX_LOGLEVEL LogTypes::LOG_LEVELS::LDEBUG
#else
#ifndef MAX_LOGLEVEL