X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fmisc%2Fsg_path.cxx;h=6055becd8810bcb81caca3f362677a2daa66ae7f;hb=2e71b64de1d937e2b7c34dd4a2365be455d0b82a;hp=f5c7a8c8cf302aca81670c35f018b863dde3cc50;hpb=9deb40216e07db902d7895a8f9bb91b7336a034b;p=simgear.git diff --git a/simgear/misc/sg_path.cxx b/simgear/misc/sg_path.cxx index f5c7a8c8..6055becd 100644 --- a/simgear/misc/sg_path.cxx +++ b/simgear/misc/sg_path.cxx @@ -39,13 +39,8 @@ * define directory path separators */ -#if defined( macintosh ) -static const char sgDirPathSep = ':'; -static const char sgDirPathSepBad = '/'; -#else static const char sgDirPathSep = '/'; static const char sgDirPathSepBad = '\\'; -#endif #if defined( WIN32 ) && !defined(__CYGWIN__) static const char sgSearchPathSep = ';';