summaryrefslogtreecommitdiff
path: root/transfer.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-01-29 17:26:38 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-01-29 17:26:38 +0100
commite34ddc507d1973a6974c5aab483ce2e2e0f17812 (patch)
tree983c494e55d5e3cfa4e4f798ae4eecf406c9991d /transfer.h
parent913814a500ea605ca495a992236c618ecf2791d7 (diff)
downloadvdr-e34ddc507d1973a6974c5aab483ce2e2e0f17812.tar.gz
vdr-e34ddc507d1973a6974c5aab483ce2e2e0f17812.tar.bz2
Removed leftover 'needsBufferReserve' variable from cTransfer
Diffstat (limited to 'transfer.h')
-rw-r--r--transfer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/transfer.h b/transfer.h
index fa88f122..7210ac07 100644
--- a/transfer.h
+++ b/transfer.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: transfer.h 1.10 2005/08/13 10:16:02 kls Exp $
+ * $Id: transfer.h 1.11 2006/01/29 17:24:43 kls Exp $
*/
#ifndef __TRANSFER_H
@@ -20,7 +20,6 @@ class cTransfer : public cReceiver, public cPlayer, public cThread {
private:
cRingBufferLinear *ringBuffer;
cRemux *remux;
- bool needsBufferReserve;
protected:
virtual void Activate(bool On);
virtual void Receive(uchar *Data, int Length);