]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xti.h
wxCStrData must be dllexport'd now that it has non-inline methods
[wxWidgets.git] / include / wx / xti.h
index cf176c4b2f0ae9bcae830646936a6f44090c50a6..7b2be4c003ff8830adb7bb603bd8301afc4defef 100644 (file)
@@ -1719,12 +1719,6 @@ public:
     // gets the streaming callback from this class or any superclass
     wxObjectStreamingCallback GetStreamingCallback() const ;
 
-#if WXWIN_COMPATIBILITY_2_4
-    // Initializes parent pointers and hash table for fast searching.
-    wxDEPRECATED( static void InitializeClasses() );
-    // Cleans up hash table used for fast searching.
-    wxDEPRECATED( static void CleanUpClasses() );
-#endif
     static void CleanUp();
 
     // returns the first property
@@ -1816,10 +1810,6 @@ private:
     wxObjectStreamingCallback m_streamingCallback ;
     const wxPropertyAccessor *FindAccessor (const wxChar *propertyName) const ;
 
-
-    // InitializeClasses() helper
-    static wxClassInfo *GetBaseByName(const wxChar *name) ;
-
 protected:
     // registers the class
     void Register();