From 81d1f02d282d8a9dbace9530b3848d6cac275387 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 31 Oct 2006 17:38:53 +0000 Subject: [PATCH] wxTGAHandler is included by default git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42866 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_image.i | 2 -- 1 file changed, 2 deletions(-) diff --git a/wxPython/src/_image.i b/wxPython/src/_image.i index b50691f280..6b315bc824 100644 --- a/wxPython/src/_image.i +++ b/wxPython/src/_image.i @@ -1278,7 +1278,6 @@ public: #endif -#if 0 %{ #include %} @@ -1289,7 +1288,6 @@ class wxTGAHandler : public wxImageHandler { public: wxTGAHandler(); }; -#endif //---------------------------------------------------------------------------