remove the line for image.h, restore a line commented out by mistake

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1165 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Unknown (AN)
1998-12-10 22:30:08 +00:00
parent 3d7e30a418
commit c9f8e0e22e

View File

@@ -30,7 +30,6 @@
#include "wx/bitmap.h"
#include "wx/icon.h"
#endif
#include "wx/image.h"
#include "wx/msw/private.h"
#include "wx/log.h"
@@ -77,7 +76,7 @@ wxBitmapRefData::~wxBitmapRefData(void)
m_hBitmap = 0 ;
if (m_bitmapMask)
// delete m_bitmapMask; // this line cause an exception
delete m_bitmapMask;
m_bitmapMask = NULL;
}