]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed wxPropertyGridEvent::HasProperty() (use GetProperty() != NULL instead)
authorJaakko Salli <jaakko.salli@dnainternet.net>
Mon, 29 Sep 2008 16:31:27 +0000 (16:31 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Mon, 29 Sep 2008 16:31:27 +0000 (16:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55950 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/propgrid/propgrid.h

index 40025f01caef9b4f58f5968eedfdb91c4529c6d0..7bcba570a7c94f2af2a091be0e9ee80e2b7e0125 100644 (file)
@@ -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; }