From 709a166bd6b9d15f42100e5bfea52e5e6c0e8c0e Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 2 Dec 2004 15:08:54 +0000 Subject: [PATCH] Oops, 2nd try ... --- simgear/sound/soundmgr_openal.cxx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/simgear/sound/soundmgr_openal.cxx b/simgear/sound/soundmgr_openal.cxx index 9ec8355d..2d321bdf 100644 --- a/simgear/sound/soundmgr_openal.cxx +++ b/simgear/sound/soundmgr_openal.cxx @@ -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 -- 2.39.2