]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/object.cpp
Improved wxDCPen/BrushChangers.
[wxWidgets.git] / src / common / object.cpp
index 87e3dc1ed78bc0977852256aa609a791338cc180..4d9cf5574526cb8b627fe484df02dced6c9b6aa7 100644 (file)
 #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"
 #endif
 
 #include <string.h>
@@ -208,15 +208,6 @@ wxClassInfo *wxClassInfo::FindClass(const wxChar *className)
     }
 }
 
-void wxClassInfo::CleanUp()
-{
-    if ( sm_classTable )
-    {
-        delete sm_classTable;
-        sm_classTable = NULL;
-    }
-}
-
 void wxClassInfo::Register()
 {
     if ( !sm_classTable )