summaryrefslogtreecommitdiff
path: root/remux.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-05-17 09:48:14 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2009-05-17 09:48:14 +0200
commitb250709407a79d3adf65480d5de8575c2b449ed0 (patch)
tree78d2e9bf7caf24510ae8eea3804fa2550c7a7e6c /remux.h
parent941c4360e2263623801ad4790876a15249f887bb (diff)
downloadvdr-b250709407a79d3adf65480d5de8575c2b449ed0.tar.gz
vdr-b250709407a79d3adf65480d5de8575c2b449ed0.tar.bz2
Removed unused 'synced' member from cTsToPes
Diffstat (limited to 'remux.h')
-rw-r--r--remux.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/remux.h b/remux.h
index 3ee9c9e9..a1d26a8e 100644
--- a/remux.h
+++ b/remux.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: remux.h 2.11 2009/05/10 13:43:52 kls Exp $
+ * $Id: remux.h 2.12 2009/05/17 09:45:53 kls Exp $
*/
#ifndef __REMUX_H
@@ -239,7 +239,6 @@ private:
int size;
int length;
int offset;
- bool synced;
public:
cTsToPes(void);
~cTsToPes();