wxJPEGHandler non-default

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1586 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 1999-02-04 10:57:40 +00:00
parent 6e13c1965f
commit 3b8d35f0fc

View File

@ -459,9 +459,6 @@ void wxImage::InitStandardHandlers()
#if wxUSE_LIBPNG #if wxUSE_LIBPNG
AddHandler( new wxPNGHandler ); AddHandler( new wxPNGHandler );
#endif #endif
#if wxUSE_LIBJPEG
AddHandler( new wxJPEGHandler );
#endif
} }
void wxImage::CleanUpHandlers() void wxImage::CleanUpHandlers()