From: Jaakko Salli Date: Mon, 29 Sep 2008 16:31:27 +0000 (+0000) Subject: Removed wxPropertyGridEvent::HasProperty() (use GetProperty() != NULL instead) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/458917e8de93a8020b79bca55d820831d3201c5a Removed wxPropertyGridEvent::HasProperty() (use GetProperty() != NULL instead) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55950 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/propgrid/propgrid.h b/include/wx/propgrid/propgrid.h index 40025f01ca..7bcba570a7 100644 --- a/include/wx/propgrid/propgrid.h +++ b/include/wx/propgrid/propgrid.h @@ -2006,9 +2006,6 @@ public: return *m_validationInfo; } - /** Returns true if event has associated property. */ - bool HasProperty() const { return ( m_property != (wxPGProperty*) NULL ); } - /** Returns true if you can veto the action that the event is signaling. */ bool CanVeto() const { return m_canVeto; }