switched to new XPM code in wxMSW

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10082 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2001-05-08 22:44:34 +00:00
parent 638a0b2c72
commit 66e23ad208
17 changed files with 37 additions and 78 deletions

View File

@@ -42,10 +42,6 @@
#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);
}