diff options
Diffstat (limited to 'src/functions.h')
-rw-r--r-- | src/functions.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/functions.h b/src/functions.h index 714316b61..2540843da 100644 --- a/src/functions.h +++ b/src/functions.h @@ -30,7 +30,6 @@ StringID GetPlayerNameString(PlayerID player, uint index); /* standard */ void ShowInfo(const char *str); void CDECL ShowInfoF(const char *str, ...); -void NORETURN CDECL error(const char *str, ...); /* openttd.cpp */ |