summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-26 19:04:19 +0000
committertron <tron@openttd.org>2005-07-26 19:04:19 +0000
commitc043670cf8ff9ca21a58f893d2201b588360ff71 (patch)
treedbb913c2b20dd2004ca5b9c2607ba47217ab2ca4 /variables.h
parent18d00d0f1fade19a681e690807b5b128b167f4b0 (diff)
downloadopenttd-c043670cf8ff9ca21a58f893d2201b588360ff71.tar.xz
(svn r2717) Move _userstring to strings.[ch]
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/variables.h b/variables.h
index bbc9eee1e..e2c06af39 100644
--- a/variables.h
+++ b/variables.h
@@ -440,8 +440,6 @@ extern const byte _airport_size_y[];
/* misc */
VARDEF char _screenshot_name[128];
-#define USERSTRING_LEN 128
-VARDEF char _userstring[USERSTRING_LEN];
VARDEF byte _vehicle_design_names;
/* tunnelbridge */