]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/widgets/widgets.cpp
updated setup.h for OpenVMS
[wxWidgets.git] / samples / widgets / widgets.cpp
index 7e54947dbd3e5741d79adec7feb9e9c03e079cff..ca970c9c552befbe4be3bc2174debea6d58c24cf 100644 (file)
@@ -347,10 +347,6 @@ bool WidgetsApp::OnInit()
     title += wxT("wxMAC");
 #elif defined(__WXMOTIF__)
     title += wxT("wxMOTIF");
-#elif defined(__WXPALMOS5__)
-    title += wxT("wxPALMOS5");
-#elif defined(__WXPALMOS6__)
-    title += wxT("wxPALMOS6");
 #else
     title += wxT("wxWidgets");
 #endif