summaryrefslogtreecommitdiff
path: root/src/include/taler_util.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-11-15 23:59:55 +0100
committerChristian Grothoff <christian@grothoff.org>2023-11-15 23:59:55 +0100
commit0d8f1fa2b4998d6d44164512c8aeb1e861ab0a98 (patch)
tree72f988ee4743d53c0369f4aa758642be4f852166 /src/include/taler_util.h
parentdf6d4a7f69c96a2aaba13f558a423ffafeb3e100 (diff)
downloadexchange-0d8f1fa2b4998d6d44164512c8aeb1e861ab0a98.tar.gz
exchange-0d8f1fa2b4998d6d44164512c8aeb1e861ab0a98.tar.bz2
exchange-0d8f1fa2b4998d6d44164512c8aeb1e861ab0a98.zip
remove is_currency_name_leading
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.