Skip to content

Commit

Permalink
delete obsolte and unused macro. (#1166)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteven4 authored Aug 29, 2023
1 parent a571847 commit f891584
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,6 @@ constexpr double KNOTS_TO_MPS(double a) {return a * kMPSPerKnot;}
constexpr int kDatumOSGB36 = 86; // GPS_Lookup_Datum_Index("OSGB36")
constexpr int kDautmWGS84 = 118; // GPS_Lookup_Datum_Index("WGS 84")

/* Pathname separator character */
#if __WIN32__
# define GB_PATHSEP '\\'
#else
# define GB_PATHSEP '/'
#endif


/*
* Common definitions. There should be no protocol or file-specific
Expand Down

0 comments on commit f891584

Please sign in to comment.