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 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;