]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/html.i
fixed a typo and uncommented some methods
[wxWidgets.git] / wxPython / src / html.i
index 17db361382673cf7954d8df78efbcf101e65f0c2..bb4af6d866185282d7d39d1877a71781a730ed40 100644 (file)
@@ -579,16 +579,9 @@ public:
 
     inithtmlhelpc();
 
-    wxClassInfo::CleanUpClasses();
-    wxClassInfo::InitializeClasses();
-
-    // Until wxFileSystem is wrapped...
-    #if wxUSE_FS_ZIP
-       wxFileSystem::AddHandler(new wxZipFSHandler);
-    #endif
-    #if wxUSE_FS_INET
-//       wxFileSystem::AddHandler(new wxInternetFSHandler);
-    #endif
+    //wxClassInfo::CleanUpClasses();
+    //wxClassInfo::InitializeClasses();
+
 %}
 
 //----------------------------------------------------------------------