summaryrefslogtreecommitdiff
path: root/src/console_func.h
diff options
context:
space:
mode:
authorrubidium42 <rubidium@openttd.org>2021-06-12 20:45:11 +0200
committerrubidium42 <rubidium42@users.noreply.github.com>2021-06-13 15:25:31 +0200
commit121b037054d2a6d354f28e9789c390145d7cd1f9 (patch)
treeed9a6238c73c980d6d7a1dfb734bdbc69147be70 /src/console_func.h
parent6b757c716a736b2f0b91ede0e0e397be6ad03a27 (diff)
downloadopenttd-121b037054d2a6d354f28e9789c390145d7cd1f9.tar.xz
Codechange: remove single use IConsoleDebug
Diffstat (limited to 'src/console_func.h')
-rw-r--r--src/console_func.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/console_func.h b/src/console_func.h
index 8b38d2dae..b0ffbb9dd 100644
--- a/src/console_func.h
+++ b/src/console_func.h
@@ -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);