# include "wx/defs.h"
#endif
-#if wxUSE_IMAGE && wxUSE_XPM
#include "wx/imagxpm.h"
#include "wx/wfstream.h"
bool wxXPMHandler::LoadFile(wxImage *image,
wxInputStream& stream,
- bool verbose, int WXUNUSED(index))
+ bool WXUNUSED(verbose), int WXUNUSED(index))
{
wxXPMDecoder decoder;
#endif // wxUSE_STREAMS
-#endif // wxUSE_XPM && wxUSE_IMAGE