summaryrefslogtreecommitdiff
path: root/vdrtools.h
diff options
context:
space:
mode:
Diffstat (limited to 'vdrtools.h')
-rw-r--r--vdrtools.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/vdrtools.h b/vdrtools.h
index 95a27b1..c6780c1 100644
--- a/vdrtools.h
+++ b/vdrtools.h
@@ -13,18 +13,6 @@
#include <vdr/osd.h>
#include <vdr/osdbase.h>
-#if VDRVERSNUM < 10318
-class cReadLine {
-private:
- size_t size;
- char *buffer;
-public:
- cReadLine(void);
- ~cReadLine();
- char *Read(FILE *f);
- };
-#endif
-
#ifdef HAVE_SVDRP
bool GetVDRSize(const char *dir, long long &llSize);
#endif