From fa2370f16a290db54cfbc41ac608495a2aa9a33f Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Sat, 27 Dec 2008 13:42:14 +0000 Subject: [PATCH] remove wxClassInfo::InitializeClasses docs; that function does not exist anymore git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/object.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/interface/wx/object.h b/interface/wx/object.h index c415056d0e..318e45f84b 100644 --- a/interface/wx/object.h +++ b/interface/wx/object.h @@ -376,12 +376,6 @@ public: */ int GetSize() const; - /** - Initializes pointers in the wxClassInfo objects for fast execution of IsKindOf(). - Called in base wxWidgets library initialization. - */ - static void InitializeClasses(); - /** Returns @true if this class info can create objects of the associated class. */ -- 2.45.2