wxTGAHandler is included by default

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42866 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2006-10-31 17:38:53 +00:00
parent 0bb222915e
commit 81d1f02d28

View File

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