wxOS2 no longer relies on xpmlib
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14295 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -31,7 +31,6 @@
|
||||
|
||||
#include "wx/os2/private.h"
|
||||
#include "wx/app.h"
|
||||
#include "wx/xpmhand.h"
|
||||
#include "wx/os2/gdiimage.h"
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
@@ -345,12 +344,6 @@ void wxGDIImage::InitStandardHandlers()
|
||||
{
|
||||
AddHandler(new wxBMPResourceHandler);
|
||||
AddHandler(new wxBMPFileHandler);
|
||||
|
||||
#if wxUSE_XPM_IN_OS2
|
||||
AddHandler(new wxXPMFileHandler);
|
||||
AddHandler(new wxXPMDataHandler);
|
||||
#endif
|
||||
|
||||
AddHandler(new wxICOResourceHandler);
|
||||
AddHandler(new wxICOFileHandler);
|
||||
}
|
||||
|
Reference in New Issue
Block a user