]> git.mxchange.org Git - flightgear.git/commitdiff
Fix stupid compile-time switch issue...
authorThorstenB <brehmt@gmail.com>
Sun, 30 Oct 2011 19:49:48 +0000 (20:49 +0100)
committerThorstenB <brehmt@gmail.com>
Sun, 30 Oct 2011 19:49:48 +0000 (20:49 +0100)
... introduced by recent commit.

src/Main/options.cxx

index 5ca9cd2cffe7781c4e7304b129dacaa161902933..62677a5fda0452fba7f7bc77b6a1f13536bcd4b0 100644 (file)
@@ -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