diff options
author | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 19:50:35 -0500 |
---|---|---|
committer | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 19:50:35 -0500 |
commit | f6b720f01c50db461095bd9365fa2f9d1047c4f8 (patch) | |
tree | 037b1c9b1ee4699fd1032861f972db090c786220 /string_utils.c | |
parent | 2ba6f30ca09e805d90c164fba776248373aef621 (diff) |
removed obsolete FIXMEs
Diffstat (limited to 'string_utils.c')
-rw-r--r-- | string_utils.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/string_utils.c b/string_utils.c index bf17e50..5763e27 100644 --- a/string_utils.c +++ b/string_utils.c @@ -5,8 +5,6 @@ #include "globals.h" #include "string_utils.h" -#include "lcd.h" // FIXME - void Float_To_Text(int decimal_digits,float number_in, gchar ** text_out) { |