diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2020-11-24 21:19:49 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2020-11-24 21:19:49 +0100 |
commit | 56e2ed262838e05cbeb2848571dd4c8d45425506 (patch) | |
tree | b0b443369341f17bf2dfc7a9f9df1ece954df29d /sections.h | |
parent | ad55da4ef95044f68cc337a4b0265b984467cc6f (diff) | |
download | vdr-56e2ed262838e05cbeb2848571dd4c8d45425506.tar.gz vdr-56e2ed262838e05cbeb2848571dd4c8d45425506.tar.bz2 |
Fixed "read incomplete section" errors
Diffstat (limited to 'sections.h')
-rw-r--r-- | sections.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: sections.h 1.5 2005/08/13 11:23:55 kls Exp $ + * $Id: sections.h 4.1 2020/11/24 21:19:49 kls Exp $ */ #ifndef __SECTIONS_H @@ -27,7 +27,6 @@ private: cDevice *device; int statusCount; bool on, waitForLock; - time_t lastIncompleteSection; cList<cFilter> filters; cList<cFilterHandle> filterHandles; void Add(const cFilterData *FilterData); |