X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..f5a1953b341d16396763bee067ccdd96108f3aad:/include/wx/os2/dc.h diff --git a/include/wx/os2/dc.h b/include/wx/os2/dc.h index a4df43ffaf..e1ad714f22 100644 --- a/include/wx/os2/dc.h +++ b/include/wx/os2/dc.h @@ -6,14 +6,13 @@ // Created: 08/26/99 // RCS-ID: $Id$ // Copyright: (c) David Webster -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_DC_H_ #define _WX_DC_H_ #include "wx/defs.h" -//#include "wx/dc.h" // --------------------------------------------------------------------------- // macros @@ -301,17 +300,6 @@ protected: ,wxCoord vWidth ,wxCoord vHeight ); - virtual void DoGetClippingRegion( wxCoord* pX - ,wxCoord* pY - ,wxCoord* pWidth - ,wxCoord* pHeight) - { - GetClippingBox( pX - ,pY - ,pWidth - ,pHeight - ); - } virtual void DoGetSize( int* pWidth ,int* pHeight