summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2005-01-12 11:21:28 +0000
committertruelight <truelight@openttd.org>2005-01-12 11:21:28 +0000
commita243285af4aa15923c5f2905a01a101603f72517 (patch)
tree23a6d3557feb58903656bb5447653052cda86af7 /variables.h
parentff23795f5be95d273c2168d71cbc25fa7fff1c3e (diff)
downloadopenttd-a243285af4aa15923c5f2905a01a101603f72517.tar.xz
(svn r1486) -Codechange: moved all 'signs' stuff to signs.c/h and prepared it for
dynamic arrays
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/variables.h b/variables.h
index 2d3834315..78ac26144 100644
--- a/variables.h
+++ b/variables.h
@@ -425,9 +425,6 @@ VARDEF char _screenshot_name[128];
VARDEF char _userstring[USERSTRING_LEN];
VARDEF byte _vehicle_design_names;
-VARDEF SignStruct _sign_list[40];
-VARDEF SignStruct *_new_sign_struct;
-
/* tunnelbridge */
#define MAX_BRIDGES 13