]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/imaglist.cpp
A patch adding wxHTMLDataObject which can be used for handling the standard platform...
[wxWidgets.git] / src / generic / imaglist.cpp
index 54203dbb7bcdaa9acc16be10810e60ac3d34bc8c..d6d4b9bba12f634a27c8b4b6f1d75b817af6de15 100644 (file)
@@ -16,8 +16,6 @@
 
 #if wxUSE_IMAGLIST && !defined(wxHAS_NATIVE_IMAGELIST)
 
-#ifndef __WXPALMOS__
-
 #include "wx/imaglist.h"
 
 #ifndef WX_PRECOMP
@@ -273,6 +271,4 @@ bool wxGenericImageList::Draw( int index, wxDC &dc, int x, int y,
     return true;
 }
 
-#endif // __WXPALMOS__
-
 #endif // wxUSE_IMAGLIST