]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/defs.h
Fix tab navigation bug with radio boxes without enabled items.
[wxWidgets.git] / include / wx / defs.h
index c9648e8bc8886e98d50a9aa74bb0fe2d7be2094c..26bbf9721c93fd8755424b7ebbd7baff620799f5 100644 (file)
@@ -425,17 +425,6 @@ typedef short int WXTYPE;
     #endif /* va_copy/!va_copy */
 #endif /* wxVaCopy */
 
-#ifndef HAVE_VARIADIC_MACROS
-    #if wxCHECK_WATCOM_VERSION(1,2)
-        #define HAVE_VARIADIC_MACROS
-    #endif
-
-    #if wxCHECK_VISUALC_VERSION(9)
-        #define HAVE_VARIADIC_MACROS
-    #endif
-#endif /* HAVE_VARIADIC_MACROS */
-
-
 #ifndef HAVE_WOSTREAM
     /*
         Mingw <= 3.4 and all versions of Cygwin don't have std::wostream