git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7870 
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
     ID_NEWSYBNODE = ID_NEWNODE + 2000
 };
 
     ID_NEWSYBNODE = ID_NEWNODE + 2000
 };
 
-#if defined(__UNIX__) || wxUSE_XPM_IN_MSW
 #include "bitmaps/preview.xpm"
 #include "bitmaps/close.xpm"
 #include "bitmaps/save.xpm"
 #include "bitmaps/preview.xpm"
 #include "bitmaps/close.xpm"
 #include "bitmaps/save.xpm"
 #include "bitmaps/used.xpm"
 #endif
 
 #include "bitmaps/used.xpm"
 #endif
 
-#if defined(__WXMSW__) && defined(wxUSE_XPM_IN_MSW)
-#undef wxBITMAP
-#define wxBITMAP(arg) wxBitmap(arg##_xpm)
-#undef wxICON
-#define wxICON(arg) wxIcon(arg##_xpm)
-#endif
 
 
 EditorFrame *EditorFrame::ms_Instance = NULL;
 
 
 EditorFrame *EditorFrame::ms_Instance = NULL;
             dlg->Show(TRUE);
             if (m_Preview) m_Preview->Close(TRUE);
             m_Preview = dlg;
             dlg->Show(TRUE);
             if (m_Preview) m_Preview->Close(TRUE);
             m_Preview = dlg;