diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-14 10:23:39 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-14 10:23:39 -0400 |
commit | 1d122d034def5e9f7e0a76159866de0f36ab56f7 (patch) | |
tree | 9371a0885b2e118f09c73701bef1a425c541d71d /string_utils.h | |
parent | 726eabd9d302ba8f039dd258f903c71d483eb38f (diff) |
String_trim_excess_digits is not needed, since atof "just works" in glib
Diffstat (limited to 'string_utils.h')
-rw-r--r-- | string_utils.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/string_utils.h b/string_utils.h index 33f9239..9cb8c4f 100644 --- a/string_utils.h +++ b/string_utils.h @@ -6,7 +6,6 @@ #define smallest_allowed_number 1.0e-18 void Float_To_Text(int decimal_digits,float number_in, gchar** text_out); -int String_trim_excess_digits(char *parameter); gboolean String_is_it_numeric(char *parameter); #endif |