From f8915845c8f46f1776058e40123de26b68362a39 Mon Sep 17 00:00:00 2001 From: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Mon, 28 Aug 2023 18:52:22 -0600 Subject: [PATCH] delete obsolte and unused macro. (#1166) --- defs.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/defs.h b/defs.h index e02425281..692742a26 100644 --- a/defs.h +++ b/defs.h @@ -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