summaryrefslogtreecommitdiff
path: root/src/include/taler_util.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-10-29 16:15:00 +0100
committerChristian Grothoff <christian@grothoff.org>2023-10-29 16:15:00 +0100
commit342f8cbf12ba2516428ef58d2f00b664f9738639 (patch)
tree6940a4a08c094094576a2af825145fb30ff08bfe /src/include/taler_util.h
parentbdff229e8d3a21d70f3326bfebd7ab334bb53647 (diff)
downloadexchange-342f8cbf12ba2516428ef58d2f00b664f9738639.tar.gz
exchange-342f8cbf12ba2516428ef58d2f00b664f9738639.tar.bz2
exchange-342f8cbf12ba2516428ef58d2f00b664f9738639.zip
no more decimal separator
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 5f70bf65e..1ca019b99 100644
--- a/src/include/taler_util.h
+++ b/src/include/taler_util.h
@@ -226,12 +226,6 @@ struct TALER_CurrencySpecification
char *name;
/**
- * Character used to separate decimals. String as
- * multi-byte sequences may be required (UTF-8!).
- */
- char *decimal_separator;
-
- /**
* how many digits the user may enter at most after the @e decimal_separator
*/
unsigned int num_fractional_input_digits;