summaryrefslogtreecommitdiff
path: root/dvbapi.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-03-10 12:45:58 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-03-10 12:45:58 +0100
commitf9a3885ef2d21cef30180f2a90a0a305981a27c6 (patch)
tree068fc60123196fdb2ac15c4304b7520bae96e18f /dvbapi.h
parent550c79e411a3e9237cb357bb4dab45cc3b7d5d0f (diff)
downloadvdr-f9a3885ef2d21cef30180f2a90a0a305981a27c6.tar.gz
vdr-f9a3885ef2d21cef30180f2a90a0a305981a27c6.tar.bz2
New Setup parameter TrustedTransponder
Diffstat (limited to 'dvbapi.h')
-rw-r--r--dvbapi.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/dvbapi.h b/dvbapi.h
index 4545eff3..e9cf8c83 100644
--- a/dvbapi.h
+++ b/dvbapi.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: dvbapi.h 1.67 2002/03/09 14:18:10 kls Exp $
+ * $Id: dvbapi.h 1.68 2002/03/10 10:50:00 kls Exp $
*/
#ifndef __DVBAPI_H
@@ -149,8 +149,6 @@ public:
private:
cSIProcessor *siProcessor;
public:
- void SetUseTSTime(bool On) { if (siProcessor) siProcessor->SetUseTSTime(On); }
-
// Image Grab facilities
bool GrabImage(const char *FileName, bool Jpeg = true, int Quality = -1, int SizeX = -1, int SizeY = -1);