summaryrefslogtreecommitdiff
path: root/src/include/taler_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/taler_util.h')
-rw-r--r--src/include/taler_util.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/include/taler_util.h b/src/include/taler_util.h
index 1ca019b99..19dc84fc0 100644
--- a/src/include/taler_util.h
+++ b/src/include/taler_util.h
@@ -242,12 +242,6 @@ struct TALER_CurrencySpecification
unsigned int num_fractional_trailing_zero_digits;
/**
- * True to put the currency symbol before the number,
- * false to put the currency symbol after the number.
- */
- bool is_currency_name_leading;
-
- /**
* Mapping of powers of 10 to alternative currency names or symbols.
* Keys are the decimal powers, values the currency symbol to use.
* Map MUST contain an entry for "0" to the default currency symbol.