From: Václav Slavík Date: Thu, 4 Feb 1999 10:57:40 +0000 (+0000) Subject: wxJPEGHandler non-default X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3b8d35f0fc76baaf7429994ae212de44737aca09 wxJPEGHandler non-default git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1586 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/image.cpp b/src/common/image.cpp index 6cb868eb13..1f0cc7de58 100644 --- a/src/common/image.cpp +++ b/src/common/image.cpp @@ -459,9 +459,6 @@ void wxImage::InitStandardHandlers() #if wxUSE_LIBPNG AddHandler( new wxPNGHandler ); #endif -#if wxUSE_LIBJPEG - AddHandler( new wxJPEGHandler ); -#endif } void wxImage::CleanUpHandlers()