]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/app.cpp
Several updates for fixing the subclassing problems and accelerator processing
[wxWidgets.git] / src / gtk1 / app.cpp
index 65460281f18150a07d1ce617d9dce494e3e7abc8..75e3cec2bed02b9baf31a845140b8d62ea9498dc 100644 (file)
@@ -575,15 +575,9 @@ int wxEntryStart( int argc, char *argv[] )
 {
 #if wxUSE_THREADS
     /* GTK 1.2 up to version 1.2.3 has broken threads */
-#ifdef __VMS__
-   if ((vms_gtk_major_version() == 1) &&
-        (vms_gtk_minor_version() == 2) &&
-        (vms_gtk_micro_version() < 4))
-#else
    if ((gtk_major_version == 1) &&
         (gtk_minor_version == 2) &&
         (gtk_micro_version < 4))
-#endif
      {
         printf( "wxWindows warning: GUI threading disabled due to outdated GTK version\n" );
     }