summaryrefslogtreecommitdiff
path: root/strings.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-08-06 14:59:54 +0000
committertron <tron@openttd.org>2005-08-06 14:59:54 +0000
commitbaca040df07df8d02e342ae1fbc2357b2e116062 (patch)
treeabe83980b6dfec97b5a7f8cb50bc2959e2656c88 /strings.h
parent4f15ada6cdd2b322f8f2b7a0ad41be7c2cda1192 (diff)
downloadopenttd-baca040df07df8d02e342ae1fbc2357b2e116062.tar.xz
(svn r2815) Store the currency information in one central place instead of scattering it in several unrelated files
Diffstat (limited to 'strings.h')
-rw-r--r--strings.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/strings.h b/strings.h
index 6d76a39aa..6bb6a62e6 100644
--- a/strings.h
+++ b/strings.h
@@ -18,6 +18,5 @@ extern char _userstring[128];
void InjectDParam(int amount);
int32 GetParamInt32(void);
-uint GetCurrentCurrencyRate(void);
#endif