From: ThorstenB Date: Sun, 30 Oct 2011 19:49:48 +0000 (+0100) Subject: Fix stupid compile-time switch issue... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c697c3cc3d4e4bf573d0359d91cf7e34447874a0;p=flightgear.git Fix stupid compile-time switch issue... ... introduced by recent commit. --- diff --git a/src/Main/options.cxx b/src/Main/options.cxx index 5ca9cd2cf..62677a5fd 100644 --- a/src/Main/options.cxx +++ b/src/Main/options.cxx @@ -333,7 +333,6 @@ parseIntValue(char** ppParserPos, int* pValue,int min, int max, const char* fiel } } -#ifndef HAVE_RINT // parse a time string ([+/-]%f[:%f[:%f]]) into hours static double parse_time(const string& time_in) { @@ -414,7 +413,6 @@ parse_time(const string& time_in) { return(sign * result); } -#endif // parse a date string (yyyy:mm:dd:hh:mm:ss) into a time_t (seconds) static long int