summaryrefslogtreecommitdiff
path: root/recording.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-12-24 09:00:55 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-12-24 09:00:55 +0100
commitdb59a8e745a6a48574f897ec0ce212f31fc87802 (patch)
tree1c9d79cc3e552dc609a79ac49cb984e57115c816 /recording.h
parentef3af3b70275056fbe3442eb0b9f56098cda4ed1 (diff)
downloadvdr-db59a8e745a6a48574f897ec0ce212f31fc87802.tar.gz
vdr-db59a8e745a6a48574f897ec0ce212f31fc87802.tar.bz2
Fixed replaying ongoing recordings from other VDR instances1.7.34
Diffstat (limited to 'recording.h')
-rw-r--r--recording.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/recording.h b/recording.h
index 9ae9b1ec..f555024c 100644
--- a/recording.h
+++ b/recording.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: recording.h 2.40 2012/11/13 11:43:59 kls Exp $
+ * $Id: recording.h 2.41 2012/12/23 15:11:53 kls Exp $
*/
#ifndef __RECORDING_H
@@ -292,11 +292,6 @@ private:
cResumeFile resumeFile;
cIndexFileGenerator *indexFileGenerator;
cMutex mutex;
- static cMutex indexListMutex;
- static cVector<const cIndexFile *> indexList;
- static void AddToIndexList(const cIndexFile *IndexFile);
- static void RemoveFromIndexList(const cIndexFile *IndexFile);
- static bool IsInIndexList(const cIndexFile *IndexFile);
void ConvertFromPes(tIndexTs *IndexTs, int Count);
void ConvertToPes(tIndexTs *IndexTs, int Count);
bool CatchUp(int Index = -1);