]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/app.cpp
Added missing files to filelist.txt and regenerated makefiles.
[wxWidgets.git] / src / gtk / app.cpp
index a4beb03e4ad8943cd8a6b471f11a7726bbb19685..2bce90acabca0f6ec08a260fd35b0ad3aceb286b 100644 (file)
@@ -587,8 +587,6 @@ bool wxApp::Initialize()
     wxInitializeResourceSystem();
 #endif
 
-    wxImage::InitStandardHandlers();
-
     wxModule::RegisterModules();
     if (!wxModule::InitializeModules()) return FALSE;
 
@@ -622,8 +620,6 @@ void wxApp::CleanUp()
 
     wxDeleteStockLists();
 
-    wxImage::CleanUpHandlers();
-
     delete wxTheApp;
     wxTheApp = (wxApp*) NULL;