From: Stefan Csomor Date: Mon, 9 Feb 2009 09:53:39 +0000 (+0000) Subject: GetRegion is not needed anymore X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/05112735c29d896a101918aacd2224b54f6dd653?ds=inline;hp=f215225dcf0042c7aaa4f970dd9cd4cabf2ecea5 GetRegion is not needed anymore git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58806 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/osx/carbon/private.h b/include/wx/osx/carbon/private.h index 16580178cb..2d0f7ea0a8 100644 --- a/include/wx/osx/carbon/private.h +++ b/include/wx/osx/carbon/private.h @@ -450,8 +450,7 @@ public : virtual void GetFeatures( UInt32 *features ); - virtual OSStatus GetRegion( ControlPartCode partCode , RgnHandle region ); - + // to be moved into a tab control class virtual OSStatus SetTabEnabled( SInt16 tabNo , bool enable );