summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-03-12 10:15:36 +0000
committertron <tron@openttd.org>2006-03-12 10:15:36 +0000
commit214b5eb42f8296965837a29e086fd4c6a7406c37 (patch)
treef6d52699ba6457b1360804a806cb2cd6e383a699 /variables.h
parentb9ade450083a4f6db9064f0e183285930b7ab7c3 (diff)
downloadopenttd-214b5eb42f8296965837a29e086fd4c6a7406c37.tar.xz
(svn r3827) Remove the global variable _error_message_2, it's only used as local variable
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/variables.h b/variables.h
index bfabba4cf..4534db70f 100644
--- a/variables.h
+++ b/variables.h
@@ -269,7 +269,6 @@ VARDEF bool _news_ticker_sound;
VARDEF byte _game_mode;
VARDEF StringID _error_message;
-VARDEF StringID _error_message_2;
VARDEF int32 _additional_cash_required;
VARDEF uint32 _decode_parameters[20];