summaryrefslogtreecommitdiff
path: root/menu.c
diff options
context:
space:
mode:
authorTobias Grimm <tobias@e-tobi.loc>2008-12-02 22:42:14 +0100
committerTobias Grimm <tobias@e-tobi.loc>2008-12-02 23:09:29 +0100
commitea48c9d6b05e686f793a064bc0a8349d636cd399 (patch)
treeefcd11c5c42f5a352d2d98ebe28daa9553bd33db /menu.c
parent886bdaa2fc4677a5ed2ecb6aeb67424198e27934 (diff)
downloadvdr-plugin-osdteletext-ea48c9d6b05e686f793a064bc0a8349d636cd399.tar.gz
vdr-plugin-osdteletext-ea48c9d6b05e686f793a064bc0a8349d636cd399.tar.bz2
Changed default vtx cache dir to the more FHS conform location /var/cache/vdr/vtx
Diffstat (limited to 'menu.c')
-rw-r--r--menu.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/menu.c b/menu.c
index cfefff7..be10632 100644
--- a/menu.c
+++ b/menu.c
@@ -20,9 +20,6 @@
#include "setup.h"
#include "txtrecv.h"
-
-#define TXTROOT "/vtx"
-
#define GET_HUNDREDS(x) ( ( (x) - ((x)%256) ) /256 )
#define GET_TENS(x) ( (( (x) - ((x)%16) )%256 ) /16 )
#define GET_ONES(x) ( (x)%16 )