aboutsummaryrefslogtreecommitdiff
path: root/common/math.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/math.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/math.h')
-rw-r--r--common/math.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/common/math.h b/common/math.h
index 266dd72f2a..db803d9889 100644
--- a/common/math.h
+++ b/common/math.h
@@ -22,14 +22,6 @@
// Based on eos' math code
-#include "common/scummsys.h"
-
-#ifndef USE_BINK
-
-#error "Math functions disabled because Bink support is disabled"
-
-#else
-
#ifndef COMMON_MATH_H
#define COMMON_MATH_H
@@ -117,5 +109,3 @@ inline float deg2rad(float deg) {
} // End of namespace Common
#endif // COMMON_MATHS_H
-
-#endif // USE_BINK