Skip to content

Commit

Permalink
Remove dead #defines for XML_{SHORT,LONG}_TIME.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlipe committed Mar 1, 2015
1 parent 34d5359 commit 3685d50
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions gpsbabel/defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,6 @@ extern QTextStream cerr;
#define CENTI_TO_MICRO(t) (t * 10000) /* Centiseconds to Microseconds */
#define MICRO_TO_CENTI(t) (t / 10000) /* Centiseconds to Microseconds */

/* Short or Long XML Times */
#define XML_SHORT_TIME 1
#define XML_LONG_TIME 2

/*
* Extended data if waypoint happens to represent a geocache. This is
* totally voluntary data...
Expand Down

0 comments on commit 3685d50

Please sign in to comment.