diff options
Diffstat (limited to 'save-xml.c')
-rw-r--r-- | save-xml.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/save-xml.c b/save-xml.c index 3bea2adfa..7ce0afbc1 100644 --- a/save-xml.c +++ b/save-xml.c @@ -7,8 +7,6 @@ #include "dive.h" -#define FRACTION(n,x) ((unsigned)(n)/(x)),((unsigned)(n)%(x)) - static void show_milli(FILE *f, const char *pre, int value, const char *unit, const char *post) { int i; |