]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_image.i
wx.InitAllImageHandlers is now an empty function that does nothing but
[wxWidgets.git] / wxPython / src / _image.i
index 4f35d16f6be617d410b621688d90e33753959561..700cfdc9386762ea5e9ee0f975decf7856764383 100644 (file)
@@ -332,7 +332,17 @@ success flag and rgb values.", "");
 
 
 
-void wxInitAllImageHandlers();
+///void wxInitAllImageHandlers();
+
+%pythoncode {
+    def InitAllImageHandlers():
+        """
+        The former functionality of InitAllImageHanders is now done internal to
+        the _core_ extension module and so this function has become a simple NOP.
+        """
+        pass
+}
+
 
 
 // See also wxPy_ReinitStockObjects in helpers.cpp