From d4df8119ee4b7be1c106e1e35f36ffc4e360bf8d Mon Sep 17 00:00:00 2001 From: Artur Wieczorek Date: Sun, 12 May 2019 16:20:40 +0200 Subject: [PATCH] Remove from documentation references to nonexistent classes --- include/wx/propgrid/propgridpagestate.h | 3 --- interface/wx/propgrid/propgridpagestate.h | 5 +---- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/include/wx/propgrid/propgridpagestate.h b/include/wx/propgrid/propgridpagestate.h index 246f23dec0..19ec300708 100644 --- a/include/wx/propgrid/propgridpagestate.h +++ b/include/wx/propgrid/propgridpagestate.h @@ -354,14 +354,11 @@ protected: // should not use this class directly, but instead member functions in // wxPropertyGridInterface, wxPropertyGrid, wxPropertyGridPage, and // wxPropertyGridManager. -// - In separate wxPropertyGrid component this class was known as -// wxPropertyGridState. // - Currently this class is not implemented in wxPython. class WXDLLIMPEXP_PROPGRID wxPropertyGridPageState { friend class wxPGProperty; friend class wxPropertyGrid; - friend class wxPGCanvas; friend class wxPropertyGridInterface; friend class wxPropertyGridPage; friend class wxPropertyGridManager; diff --git a/interface/wx/propgrid/propgridpagestate.h b/interface/wx/propgrid/propgridpagestate.h index 8289b59108..a142f3d447 100644 --- a/interface/wx/propgrid/propgridpagestate.h +++ b/interface/wx/propgrid/propgridpagestate.h @@ -298,9 +298,7 @@ public: wxPropertyGridManager. @remarks - - In separate wxPropertyGrid component this class was known as - wxPropertyGridState. - - Currently this class is not implemented in wxPython. + Currently this class is not implemented in wxPython. @library{wxpropgrid} @category{propgrid} @@ -309,7 +307,6 @@ class wxPropertyGridPageState { friend class wxPGProperty; friend class wxPropertyGrid; - friend class wxPGCanvas; friend class wxPropertyGridInterface; friend class wxPropertyGridPage; friend class wxPropertyGridManager;