compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13982 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2002-02-03 13:15:47 +00:00
parent 025763083a
commit 6829b0e0f7
2 changed files with 0 additions and 8 deletions

View File

@ -120,10 +120,6 @@ wxRegionRefData::~wxRegionRefData()
#define M_REGIONDATA ((wxRegionRefData *)m_refData)
wxRegion::wxRegion()
{
}
void wxRegion::InitRect(wxCoord x, wxCoord y, wxCoord w, wxCoord h)
{
m_refData = new wxRegionRefData();

View File

@ -120,10 +120,6 @@ wxRegionRefData::~wxRegionRefData()
#define M_REGIONDATA ((wxRegionRefData *)m_refData)
wxRegion::wxRegion()
{
}
void wxRegion::InitRect(wxCoord x, wxCoord y, wxCoord w, wxCoord h)
{
m_refData = new wxRegionRefData();