]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/gdiimage.cpp
applied patch for compilation with gcc 3.0
[wxWidgets.git] / src / msw / gdiimage.cpp
index dfc7900a1defbfdea6c20db05e4983113aeefdbf..215ddda18d31807a6c1f8d0916e92e658a55a23d 100644 (file)
 #include "wx/msw/gdiimage.h"
 #include "wx/bitmap.h"
 
-#if 0 // wxUSE_XPM_IN_MSW
-#   include "wx/xpmhand.h"
-#endif // wxUSE_XPM_IN_MSW
-
 #ifdef __WIN16__
 #   include "wx/msw/curico.h"
 #endif // __WIN16__
@@ -301,14 +297,6 @@ void wxGDIImage::InitStandardHandlers()
 {
     AddHandler(new wxBMPResourceHandler);
     AddHandler(new wxBMPFileHandler);
-
-    // GRG: Add these handlers by default if XPM support is enabled
-
-#if 0 // wxUSE_XPM_IN_MSW
-    AddHandler(new wxXPMFileHandler);
-    AddHandler(new wxXPMDataHandler);
-#endif // wxUSE_XPM_IN_MSW
-
     AddHandler(new wxICOResourceHandler);
     AddHandler(new wxICOFileHandler);
 }