From: Stefan Csomor Date: Sat, 8 Dec 2007 22:31:12 +0000 (+0000) Subject: moving collapsible pane a few steps forward os OSX X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9468cc47e611bb9e77b06d615707c18aebcf2625 moving collapsible pane a few steps forward os OSX git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50588 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/carbon/button.h b/include/wx/mac/carbon/button.h index cc40a1bb3f..d43300cb84 100644 --- a/include/wx/mac/carbon/button.h +++ b/include/wx/mac/carbon/button.h @@ -81,8 +81,6 @@ public: void SetOpen( bool open ); bool IsOpen() const; - void SetLabel( const wxString &label ); - wxString GetLabel() const; virtual wxInt32 MacControlHit( WXEVENTHANDLERREF handler , WXEVENTREF event ) ;