diff options
author | Matthew Hoops | 2011-07-18 10:13:50 -0400 |
---|---|---|
committer | Matthew Hoops | 2011-07-18 10:13:50 -0400 |
commit | c4d3a8601021e438fdf877483209fc7488101e4a (patch) | |
tree | 68e7eae439528853dc059a3a41ce393e0be6b2fc /common/dct.h | |
parent | a50abde1b1228aa8364349728ad7f4f328d4a2f4 (diff) | |
download | scummvm-rg350-c4d3a8601021e438fdf877483209fc7488101e4a.tar.gz scummvm-rg350-c4d3a8601021e438fdf877483209fc7488101e4a.tar.bz2 scummvm-rg350-c4d3a8601021e438fdf877483209fc7488101e4a.zip |
COMMON: Remove USE_BINK checks from header files
Diffstat (limited to 'common/dct.h')
-rw-r--r-- | common/dct.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/common/dct.h b/common/dct.h index 30eae8ca52..a0d625d55d 100644 --- a/common/dct.h +++ b/common/dct.h @@ -26,14 +26,6 @@ // Copyright (c) 2010 Alex Converse <alex.converse@gmail.com> // Copyright (c) 2010 Vitor Sessak -#include "common/scummsys.h" - -#ifndef USE_BINK - -#error "DCT support disabled because Bink support is disabled" - -#else - #ifndef COMMON_DCT_H #define COMMON_DCT_H @@ -77,5 +69,3 @@ private: } // End of namespace Common #endif // COMMON_DCT_H - -#endif // USE_BINK |