removed vfprintf and checking from CMakeLists.txt, and all the fallbacks from
[freeglut] / src / x11 / fg_main_x11.c
index 6d2d8a7..2e13f38 100644 (file)
 #    include <errno.h>
 #endif
 #include <stdarg.h>
-#ifdef  HAVE_VFPRINTF
-#    define VFPRINTF(s,f,a) vfprintf((s),(f),(a))
-#elif defined(HAVE__DOPRNT)
-#    define VFPRINTF(s,f,a) _doprnt((f),(a),(s))
-#else
-#    define VFPRINTF(s,f,a)
-#endif
 
 
 /*