From baca040df07df8d02e342ae1fbc2357b2e116062 Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 6 Aug 2005 14:59:54 +0000 Subject: (svn r2815) Store the currency information in one central place instead of scattering it in several unrelated files --- variables.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'variables.h') diff --git a/variables.h b/variables.h index 492d55457..530bfd47c 100644 --- a/variables.h +++ b/variables.h @@ -37,21 +37,6 @@ VARDEF GameOptions _opt_newgame; // Pointer to one of the two _opt OR _opt_newgame structs VARDEF GameOptions *_opt_ptr; -enum { - CF_NOEURO = 0, - CF_ISEURO = 1, -}; - -typedef struct { - uint16 rate; - char separator; - uint16 to_euro; - char prefix[16]; - char suffix[16]; -} CurrencySpec; - -VARDEF CurrencySpec _currency_specs[24]; - // Current date VARDEF uint16 _date; VARDEF uint16 _date_fract; -- cgit v1.2.3-54-g00ecf