From ea65f387f639a4c2c427647dd0e8ff9a41a78c9d Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 23 Feb 2015 21:40:58 -0800 Subject: [PATCH] Remove wxDEPRECATED decorator from doc --- interface/wx/propgrid/property.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/wx/propgrid/property.h b/interface/wx/propgrid/property.h index 6b982e3d9a..cbe5847aef 100644 --- a/interface/wx/propgrid/property.h +++ b/interface/wx/propgrid/property.h @@ -1118,7 +1118,7 @@ public: @see AddPrivateChild() */ - wxDEPRECATED( void AddChild( wxPGProperty* prop ) ); + void AddChild( wxPGProperty* prop ); /** Adds a private child property. If you use this instead of @@ -1397,7 +1397,7 @@ public: @see GetValueAsString() */ - wxDEPRECATED( wxString GetValueString( int argFlags = 0 ) const ); + wxString GetValueString( int argFlags = 0 ) const; /** Returns value type used by this property.