diff options
Diffstat (limited to 'common/rdft.h')
-rw-r--r-- | common/rdft.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/common/rdft.h b/common/rdft.h index 0316f4fb17..33fcdd2b3b 100644 --- a/common/rdft.h +++ b/common/rdft.h @@ -24,14 +24,6 @@ // Based upon the (I)RDFT code in FFmpeg // Copyright (c) 2009 Alex Converse <alex dot converse at gmail dot com> -#include "common/scummsys.h" - -#ifndef USE_BINK - -#error "RDFT support disabled because Bink support is disabled" - -#else - #ifndef COMMON_RDFT_H #define COMMON_RDFT_H @@ -70,5 +62,3 @@ private: } // End of namespace Common #endif // COMMON_RDFT_H - -#endif // USE_BINK |