]> git.saurik.com Git - wxWidgets.git/commitdiff
Anim doesn't depend on GIF, remove wxUSE_GIF.
authorRobert Roebling <robert@roebling.de>
Wed, 11 Oct 2006 19:24:33 +0000 (19:24 +0000)
committerRobert Roebling <robert@roebling.de>
Wed, 11 Oct 2006 19:24:33 +0000 (19:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41948 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/animdecod.h

index af82c389ec45d4bc6632cb5693b4eec6307f91d3..bb8946ecee15633d45c441c56a3cd6884ddc3f74 100644 (file)
@@ -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