Codechange: remove single use IConsoleDebug

This commit is contained in:
rubidium42
2021-06-12 20:45:11 +02:00
committed by rubidium42
parent 6b757c716a
commit 121b037054
3 changed files with 2 additions and 16 deletions

View File

@@ -47,7 +47,6 @@ static inline void IConsolePrint(TextColour colour_code, const T &format, A firs
}
void CDECL IConsolePrintF(TextColour colour_code, const char *format, ...) WARN_FORMAT(2, 3);
void IConsoleDebug(const char *dbg, const char *string);
void IConsoleWarning(const char *string);
void IConsoleError(const char *string);