aboutsummaryrefslogtreecommitdiff
path: root/common/dct.h
diff options
context:
space:
mode:
authorMatthew Hoops2011-07-18 10:13:50 -0400
committerMatthew Hoops2011-07-18 10:13:50 -0400
commitc4d3a8601021e438fdf877483209fc7488101e4a (patch)
tree68e7eae439528853dc059a3a41ce393e0be6b2fc /common/dct.h
parenta50abde1b1228aa8364349728ad7f4f328d4a2f4 (diff)
downloadscummvm-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.h10
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