Remove wxDEPRECATED decorator from doc

This commit is contained in:
Robin Dunn
2015-02-23 21:40:58 -08:00
parent b82af6885a
commit ea65f387f6

View File

@@ -1118,7 +1118,7 @@ public:
@see AddPrivateChild() @see AddPrivateChild()
*/ */
wxDEPRECATED( void AddChild( wxPGProperty* prop ) ); void AddChild( wxPGProperty* prop );
/** /**
Adds a private child property. If you use this instead of Adds a private child property. If you use this instead of
@@ -1397,7 +1397,7 @@ public:
@see GetValueAsString() @see GetValueAsString()
*/ */
wxDEPRECATED( wxString GetValueString( int argFlags = 0 ) const ); wxString GetValueString( int argFlags = 0 ) const;
/** /**
Returns value type used by this property. Returns value type used by this property.