X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/64e9f56b807228891c5839a01d26db4e6e9e9139..0118b60be6ccd5a198f15cf54d307c0c8645f94c:/src/common/imagall.cpp diff --git a/src/common/imagall.cpp b/src/common/imagall.cpp index aaf6d459c7..bb4d3dc7dd 100644 --- a/src/common/imagall.cpp +++ b/src/common/imagall.cpp @@ -7,11 +7,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -/* - We don't put pragma implement in this file because it is already present in - src/common/image.cpp -*/ - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -60,11 +55,7 @@ void wxInitAllImageHandlers() wxImage::AddHandler( new wxCURHandler ); wxImage::AddHandler( new wxANIHandler ); #endif -#if wxUSE_XPM && (defined(__WXGTK__) || defined(__WXMOTIF__)) - // NB: keep this #ifdef in sync with the one in image.cpp - // (wxImage::InitStandardHandlers) - they must complement each other - // so that there's always exactly one XPM handler added after calling - // wxInitAllImageHandlers() +#if wxUSE_XPM wxImage::AddHandler( new wxXPMHandler ); #endif }