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()