Removed wxXPMHandler

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10058 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2001-05-08 16:54:22 +00:00
parent 0eaa1d68c2
commit f50fd91940
9 changed files with 9 additions and 27 deletions

View File

@@ -42,7 +42,7 @@
#include "wx/msw/gdiimage.h"
#include "wx/bitmap.h"
#if wxUSE_XPM_IN_MSW
#if 0 // wxUSE_XPM_IN_MSW
# include "wx/xpmhand.h"
#endif // wxUSE_XPM_IN_MSW
@@ -304,7 +304,7 @@ void wxGDIImage::InitStandardHandlers()
// GRG: Add these handlers by default if XPM support is enabled
#if wxUSE_XPM_IN_MSW
#if 0 // wxUSE_XPM_IN_MSW
AddHandler(new wxXPMFileHandler);
AddHandler(new wxXPMDataHandler);
#endif // wxUSE_XPM_IN_MSW