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
commitf9e0d3835b39b0672b0d97553a58dbb73496e029 (patch)
tree25c877607c434741a47ffa5644eace5494ff2cb4 /src/functions.h
parent23492f1f34bf45266e319d4f2c7e2ffcb8dc483c (diff)
downloadopenttd-f9e0d3835b39b0672b0d97553a58dbb73496e029.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 */