]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/imaglist.h
Make wxRichTextRectArray usable by other parts of wxRTC
[wxWidgets.git] / include / wx / imaglist.h
index 18b0daa5046726775d00a42a75094099ee24d8d3..72255ac7105094db2791071cfd3aa0d9460c6008 100644 (file)
@@ -5,7 +5,6 @@
 // Modified by:
 // Created:
 // Copyright:   (c) Julian Smart
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -42,7 +41,7 @@ enum
 #define wxIMAGELIST_DRAW_SELECTED       0x0004
 #define wxIMAGELIST_DRAW_FOCUSED        0x0008
 
-#if defined(__WXMSW__) || defined(__WXMAC__) || defined(__WXPALMOS__)
+#if defined(__WXMSW__) || defined(__WXMAC__)
     #define wxHAS_NATIVE_IMAGELIST
 #endif
 
@@ -52,8 +51,6 @@ enum
     #include "wx/msw/imaglist.h"
 #elif defined(__WXMAC__)
     #include "wx/osx/imaglist.h"
-#elif defined(__WXPALMOS__)
-    #include "wx/palmos/imaglist.h"
 #endif
 
 #endif // _WX_IMAGLIST_H_BASE_