git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38377
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// Cleans up hash table used for fast searching.
wxDEPRECATED( static void CleanUpClasses() );
#endif
- static void CleanUp();
public:
const wxChar *m_className;
{
wxModule::CleanUpModules();
- wxClassInfo::CleanUp();
-
// we can't do this in wxApp itself because it doesn't know if argv had
// been allocated
#if wxUSE_UNICODE
}
}
-void wxClassInfo::CleanUp()
-{
- if ( sm_classTable )
- {
- delete sm_classTable;
- sm_classTable = NULL;
- }
-}
-
void wxClassInfo::Register()
{
if ( !sm_classTable )