From fd11c4e50a1f79120d608f800bcd56b4f1a57fdd Mon Sep 17 00:00:00 2001 From: Artur Wieczorek Date: Sun, 10 Apr 2022 13:27:58 +0200 Subject: [PATCH] Remove from documentation reference to not implemented function --- interface/wx/propgrid/manager.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/interface/wx/propgrid/manager.h b/interface/wx/propgrid/manager.h index 77b2784423..4d9ed996e2 100644 --- a/interface/wx/propgrid/manager.h +++ b/interface/wx/propgrid/manager.h @@ -420,11 +420,6 @@ public: */ bool IsAnyModified() const; - /** - Returns @true if updating is frozen (i.e. Freeze() called but not yet Thaw() ). - */ - bool IsFrozen() const; - /** Returns @true if any property on given page has been modified by the user. */