From: Robert Roebling Date: Wed, 11 Oct 2006 19:24:33 +0000 (+0000) Subject: Anim doesn't depend on GIF, remove wxUSE_GIF. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6862383251a9f1f103182c04f0d60bb1dac919c6?ds=inline Anim doesn't depend on GIF, remove wxUSE_GIF. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41948 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/animdecod.h b/include/wx/animdecod.h index af82c389ec..bb8946ecee 100644 --- a/include/wx/animdecod.h +++ b/include/wx/animdecod.h @@ -12,7 +12,7 @@ #include "wx/defs.h" -#if wxUSE_STREAMS && wxUSE_GIF +#if wxUSE_STREAMS #include "wx/colour.h" #include "wx/gdicmn.h" @@ -140,6 +140,6 @@ public: }; -#endif // wxUSE_STREAM && wxUSE_GIF +#endif // wxUSE_STREAM #endif // _WX_ANIMDECOD_H