]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/imagxpm.h
#ifdefed wxPopupComboWindow to be used only in wxUniv
[wxWidgets.git] / include / wx / imagxpm.h
index 8ac4cdd554310ccdf7c48d602970a3d6063da807..7ffcaa926dd7d5acf706a199c7a14d23cc34bdcb 100644 (file)
@@ -21,7 +21,6 @@
 // wxXPMHandler
 //-----------------------------------------------------------------------------
 
-#if wxUSE_XPM
 class WXDLLEXPORT wxXPMHandler : public wxImageHandler
 {
   DECLARE_DYNAMIC_CLASS(wxXPMHandler)
@@ -42,7 +41,6 @@ public:
   virtual bool DoCanRead( wxInputStream& stream );
 #endif
 };
-#endif // wxUSE_XPM
 
 
 #endif