X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Ftiming%2Flowleveltime.cxx;h=9d20655d6361ab94904086533a42b0aecff3b465;hb=b47d1ad5fd8ed111cae99c1f65f5bb65a5371501;hp=a550526924f798768125abeed3043cf1cff88d43;hpb=2dfc0571356da7636cfd590fb386d34702b1ad7b;p=simgear.git diff --git a/simgear/timing/lowleveltime.cxx b/simgear/timing/lowleveltime.cxx index a5505269..9d20655d 100644 --- a/simgear/timing/lowleveltime.cxx +++ b/simgear/timing/lowleveltime.cxx @@ -306,16 +306,11 @@ static void fgtzset_internal (int always, const char *tz) /* User specified the empty string; use UTC explicitly. */ tz = "Universal"; -#ifdef macintosh - /* as you well know, mac paths contain leading colon, this code - messes things up.... */ -#else /* A leading colon means "implementation defined syntax". We ignore the colon and always use the same algorithm: try a data file, and if none exists parse the 1003.1 syntax. */ if (tz && *tz == ':') ++tz; -#endif /* Check whether the value changes since the last run. */ if (old_fgtz != NULL && tz != NULL && strcmp (tz, old_fgtz) == 0)