summaryrefslogtreecommitdiff
path: root/vdrtools.c
diff options
context:
space:
mode:
Diffstat (limited to 'vdrtools.c')
-rw-r--r--vdrtools.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/vdrtools.c b/vdrtools.c
index d9837b1..648572b 100644
--- a/vdrtools.c
+++ b/vdrtools.c
@@ -11,7 +11,6 @@
#include <vdr/menu.h>
#include <vdr/interface.h>
-#ifdef HAVE_SVDRP
bool GetVDRSize(const char *dir, long long &llSize)
{
bool bRet = false;
@@ -33,7 +32,6 @@ bool GetVDRSize(const char *dir, long long &llSize)
}
return bRet;
}
-#endif
char *SkipQuote(char *s)
{