]> git.mxchange.org Git - simgear.git/commitdiff
Oops, 2nd try ...
authorcurt <curt>
Thu, 2 Dec 2004 15:08:54 +0000 (15:08 +0000)
committercurt <curt>
Thu, 2 Dec 2004 15:08:54 +0000 (15:08 +0000)
simgear/sound/soundmgr_openal.cxx

index 9ec8355d9d3ae012ce737669428a5aff3ebac65f..2d321bdf62fcd308bcd41ee27563208f429a39b0 100644 (file)
@@ -54,11 +54,6 @@ inline int (isnan)(double r) { return isnan(r); }
 #  endif
 #endif
 
-
-#if defined (__FreeBSD__)
-inline int isnan(double r) { return !(r <= 0 || r >= 0); }
-#endif
-
 #include STL_IOSTREAM
 
 #include <simgear/debug/logstream.hxx>