]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/evtloop.h
supporting clang memory management annotations
[wxWidgets.git] / include / wx / evtloop.h
index af4f7baf9946dac51475c56ba005d9b64e3f4369..aafd2bce55bf7952a7afec32892b351f417a013f 100644 (file)
@@ -233,9 +233,7 @@ private:
 // integration with MFC) but currently this is not done for all ports yet (e.g.
 // wxX11) so fall back to the old wxGUIEventLoop definition below for them
 
-#if defined(__WXPALMOS__)
-    #include "wx/palmos/evtloop.h"
-#elif defined(__WXMSW__)
+#if defined(__WXMSW__)
     // this header defines both console and GUI loops for MSW
     #include "wx/msw/evtloop.h"
 #elif defined(__WXOSX__)