diff options
author | Andreas Mair <andreas@vdr-developer.org> | 2011-04-14 13:03:06 +0200 |
---|---|---|
committer | Andreas Mair <andreas@vdr-developer.org> | 2011-04-14 13:03:06 +0200 |
commit | 6ef40959d92d41b83b276c38c3de55f39c2bf832 (patch) | |
tree | ec6bcd3aca32b79831a59e8a58d62a3483c6fa08 /tools.c | |
parent | 45f5ec87c553bca2f7d45f78e2491f3709468b56 (diff) | |
download | vdr-plugin-extrecmenu-6ef40959d92d41b83b276c38c3de55f39c2bf832.tar.gz vdr-plugin-extrecmenu-6ef40959d92d41b83b276c38c3de55f39c2bf832.tar.bz2 |
Don't use the VDR cutter by default as it has some usability issues.
Diffstat (limited to 'tools.c')
-rw-r--r-- | tools.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -13,10 +13,6 @@ #include "tools.h" #include "mymenusetup.h" -#if VDRVERSNUM > 10715 -# define USE_VDR_CUTTER -#endif - using namespace std; extern bool VfatFileSytem; |