don't define DestroyClippingRegion() any more but simply use the base class version
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27150 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
af4954790b
commit
adc39ef20c
@ -71,11 +71,6 @@ void wxDC::DoSetClippingRegion( wxCoord x, wxCoord y, wxCoord width, wxCoord hei
|
||||
m_clipY2 = y + height;
|
||||
}
|
||||
|
||||
void wxDC::DestroyClippingRegion()
|
||||
{
|
||||
m_clipping = FALSE;
|
||||
}
|
||||
|
||||
void wxDC::DoGetSizeMM( int* width, int* height ) const
|
||||
{
|
||||
int w, h;
|
||||
|
Loading…
Reference in New Issue
Block a user