From b62887b973bb4425f4a9f86af847e39a3a1ffc27 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 --- table/currency.h | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 table/currency.h (limited to 'table') diff --git a/table/currency.h b/table/currency.h deleted file mode 100644 index 681019114..000000000 --- a/table/currency.h +++ /dev/null @@ -1,34 +0,0 @@ -/* $Id$ */ - -// exchange rate prefix -// | separator | postfix -// | | Euro year | | -// | | | | | -CurrencySpec _currency_specs[] = { -{ 1, ',', CF_NOEURO, "\xA3", "" }, // british pounds -{ 2, ',', CF_NOEURO, "$", "" }, // us dollars -{ 2, ',', CF_ISEURO, "¤", "" }, // Euro -{ 200, ',', CF_NOEURO, "\xA5", "" }, // yen - -{ 19, ',', 2002, "", " S." }, // austrian schilling -{ 57, ',', 2002, "BEF ", "" }, // belgian franc -{ 2, ',', CF_NOEURO,"CHF ", "" }, // swiss franc -{ 50, ',', CF_NOEURO, "", " Kc" }, // czech koruna // TODO: Should use the "c" with an upside down "^" -{ 4, '.', 2002, "DM ", "" }, // deutsche mark -{ 10, '.', CF_NOEURO, "", " kr" }, // danish krone -{ 200, '.', 2002, "Pts ", "" }, // spanish pesetas -{ 8, ',', 2002, "", " MK" }, // finnish markka -{ 10, '.', 2002, "FF ", "" }, // french francs -{ 480, ',', 2002, "", "Dr." }, // greek drachma -{ 376, ',', 2002, "", " Ft" }, // forint -{ 130, '.', CF_NOEURO, "", " Kr" }, // icelandic krona -{ 2730,',', 2002, "", " L." }, // italian lira -{ 3, ',', 2002, "NLG ", "" }, // dutch gulden -{ 11, '.', CF_NOEURO, "", " Kr" }, // norwegian krone -{ 6, ' ', CF_NOEURO, "", " zl" }, // polish zloty -{ 6, '.', CF_NOEURO, ""," Lei" }, // romanian Lei -{ 5, ' ', CF_NOEURO, "", " p" }, // russian rouble -{ 13, '.', CF_NOEURO, "", " Kr" }, // swedish krona -{ 1, ' ', CF_NOEURO, "", "" }, // custom currency -}; - -- cgit v1.2.3-54-g00ecf