#include "wx/wxprec.h"
#ifdef __BORLANDC__
-#pragma hdrstop
+ #pragma hdrstop
#endif
#ifndef WX_PRECOMP
- #include "wx/hash.h"
#include "wx/object.h"
+ #include "wx/hash.h"
+ #include "wx/memory.h"
#endif
#include <string.h>
-#if (defined(__WXDEBUG__) && wxUSE_MEMORY_TRACING) || wxUSE_DEBUG_CONTEXT
-#include "wx/memory.h"
-#endif
-
#if defined(__WXDEBUG__) || wxUSE_DEBUG_CONTEXT
#if defined(__VISAGECPP__)
#define DEBUG_PRINTF(NAME) { static int raz=0; \
}
}
-void wxClassInfo::CleanUp()
-{
- if ( sm_classTable )
- {
- delete sm_classTable;
- sm_classTable = NULL;
- }
-}
-
void wxClassInfo::Register()
{
if ( !sm_classTable )