]> git.saurik.com Git - wxWidgets.git/commitdiff
wxTGAHandler is included by default
authorRobin Dunn <robin@alldunn.com>
Tue, 31 Oct 2006 17:38:53 +0000 (17:38 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 31 Oct 2006 17:38:53 +0000 (17:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42866 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_image.i

index b50691f280a068a3540c412b71cfa2db96304cfc..6b315bc824b97d15b8f1d24a5d09f40df220273d 100644 (file)
@@ -1278,7 +1278,6 @@ public:
 #endif
 
 
-#if 0
 %{
 #include <wx/imagtga.h>
 %}
@@ -1289,7 +1288,6 @@ class wxTGAHandler : public wxImageHandler {
 public:
     wxTGAHandler();
 };
-#endif
 
 
 //---------------------------------------------------------------------------