summaryrefslogtreecommitdiff
path: root/currency.c
diff options
context:
space:
mode:
Diffstat (limited to 'currency.c')
-rw-r--r--currency.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/currency.c b/currency.c
index b6d5c14d4..fef688596 100644
--- a/currency.c
+++ b/currency.c
@@ -89,12 +89,6 @@ uint GetMaskOfAllowedCurrencies(void)
}
-uint GetCurrentCurrencyRate(void)
-{
- return _currency_specs[_opt_ptr->currency].rate;
-}
-
-
void CheckSwitchToEuro(void)
{
if (_currency_specs[_opt.currency].to_euro != CF_NOEURO &&