From c4d3a8601021e438fdf877483209fc7488101e4a Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Mon, 18 Jul 2011 10:13:50 -0400 Subject: COMMON: Remove USE_BINK checks from header files --- common/dct.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'common/dct.h') 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 // 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 -- cgit v1.2.3