summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY2
-rw-r--r--tools.c4
2 files changed, 1 insertions, 5 deletions
diff --git a/HISTORY b/HISTORY
index 24d298b..450c983 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8,7 +8,7 @@ VDR Plugin 'extrecmenu' Revision History
- [amair] Merged following changes from v1.3-devel head (Submitted by Joe_D @vdr-portal.de).
- [amair] Lifetime and priority for TS recordings can be edited again.
- [amair] Use international characters for renaming recordings and creating directories like VDR.
-- [amair] Use the VDR cutter by default if VDR >= 1.7.16.
+- [amair] Don't use the VDR cutter by default as it has some usability issues (Can be enabled by defining USE_VDR_CUTTER).
- [amair] Updated Italian translation (Submitted by Diego Pierotto).
- [amair] Enable support for PIN plugin if USE_PINPLUGIN is set to "1" in Make.config.
- [amair] Reorganiced contrib directory.
diff --git a/tools.c b/tools.c
index fe7fe6e..bba9b43 100644
--- a/tools.c
+++ b/tools.c
@@ -13,10 +13,6 @@
#include "tools.h"
#include "mymenusetup.h"
-#if VDRVERSNUM > 10715
-# define USE_VDR_CUTTER
-#endif
-
using namespace std;
extern bool VfatFileSytem;