summaryrefslogtreecommitdiff
path: root/src/functions.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-05-15 13:01:52 +0000
committerrubidium <rubidium@openttd.org>2007-05-15 13:01:52 +0000
commitf17f17fa45086a66744cbcbb40b96ab31470f9c5 (patch)
tree25c877607c434741a47ffa5644eace5494ff2cb4 /src/functions.h
parent08be68e0b4b58ecde33154ead6284d4eed78ccec (diff)
downloadopenttd-f17f17fa45086a66744cbcbb40b96ab31470f9c5.tar.xz
(svn r9842) -Codechange: now NOT_REACHED is also triggered when debugging is disabled.
Diffstat (limited to 'src/functions.h')
-rw-r--r--src/functions.h1
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 */