Index: trunk/Ohana/src/libdvo/include/dvo.h
===================================================================
--- trunk/Ohana/src/libdvo/include/dvo.h	(revision 27435)
+++ trunk/Ohana/src/libdvo/include/dvo.h	(revision 27484)
@@ -64,15 +64,4 @@
     NAN_U_INT   = 0xffffffff,
 } DVO_INT_NAN;
-
-# ifndef NAN
-# ifndef BYTE_SWAP
-#  define __nan_bytes           { 0x7f, 0xc0, 0, 0 }
-# else
-#  define __nan_bytes           { 0, 0, 0xc0, 0x7f }
-# endif
-static union { unsigned char __c[4]; float __d; } __nan_union
-    __attribute_used__ = { __nan_bytes };
-# define NAN    (__nan_union.__d)
-# endif
 
 /* RegImage.flag values */
