From 6ef40959d92d41b83b276c38c3de55f39c2bf832 Mon Sep 17 00:00:00 2001 From: Andreas Mair Date: Thu, 14 Apr 2011 13:03:06 +0200 Subject: Don't use the VDR cutter by default as it has some usability issues. --- HISTORY | 2 +- tools.c | 4 ---- 2 files changed, 1 insertion(+), 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; -- cgit v1.2.3