summaryrefslogtreecommitdiff
path: root/dxr3syncbuffer.h
diff options
context:
space:
mode:
authorChristian Gmeiner <christian.gmeiner@gmail.com>2009-04-27 21:24:48 +0200
committerChristian Gmeiner <christian.gmeiner@gmail.com>2009-04-27 21:24:48 +0200
commit66a110fad54cd8fac8182964700bbf213748caee (patch)
tree94cc43104c767b2156565b5ffe9beb4fe235df9b /dxr3syncbuffer.h
parentcea0df05bccf30a16cc77ee6f35f97faea481b72 (diff)
downloadvdr-plugin-dxr3-66a110fad54cd8fac8182964700bbf213748caee.tar.gz
vdr-plugin-dxr3-66a110fad54cd8fac8182964700bbf213748caee.tar.bz2
get rid of WaitForSysClock and WaitForNextPut, as they are not used
Diffstat (limited to 'dxr3syncbuffer.h')
-rw-r--r--dxr3syncbuffer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/dxr3syncbuffer.h b/dxr3syncbuffer.h
index f541b8c..0d2deb0 100644
--- a/dxr3syncbuffer.h
+++ b/dxr3syncbuffer.h
@@ -101,8 +101,6 @@ public:
m_bStopped = true;
};
void Start(void);
- void WaitForSysClock(uint32_t pts, uint32_t delta);
- void WaitForNextPut(void);
void WakeUp(void);
void WaitForReceiverStopped(void);
void SetDemuxMode(eDxr3DemuxMode demuxMode)