summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/common.h b/common.h
index edd3afd..b6b581f 100644
--- a/common.h
+++ b/common.h
@@ -13,13 +13,6 @@
#include <vdr/config.h>
-// unset HAVE_FREETYPE if VDR 1.5.3
-#ifdef HAVE_FREETYPE
-# if VDRVERSNUM == 10503
-# undef HAVE_FREETYPE
-# endif
-#endif
-
#ifdef DEBUG
#define debug(x...) { printf("EnigmaNG: " x); printf("\n"); }
#define error(x...) { fprintf(stderr, "EnigmaNG: " x); fprintf(stderr, "\n"); }