]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dynload.h
fixed flags to make and tests easier
[wxWidgets.git] / include / wx / dynload.h
index ae8e8e5e34625b620356aa90024c3525a75c7e63..1484964048cf7b7a2e54af5e8cb7822c85c84217 100644 (file)
@@ -93,8 +93,6 @@ private:
     size_t          m_objcount;     // ..and (pluggable) object instantiations.
     wxModuleList    m_wxmodules;    // any wxModules that we initialised.
 
-    void    UpdateClassInfo();      // Update the wxClassInfo table
-    void    RestoreClassInfo();     // Restore the original wxClassInfo state.
     void    RegisterModules();      // Init any wxModules in the lib.
     void    UnregisterModules();    // Cleanup any wxModules we installed.