diff options
author | scop <scop> | 2006-04-19 21:59:41 +0000 |
---|---|---|
committer | scop <scop> | 2006-04-19 21:59:41 +0000 |
commit | 81fe77b4f9e564ad1139ba5a10b7f54861534762 (patch) | |
tree | a47ff82f9d081858ebff087a43aafd9911917f68 /dxr3outputthread.h | |
parent | 516ba7aa7fc441f53ef79f698844c83f1102cd2d (diff) | |
download | vdr-plugin-dxr3-81fe77b4f9e564ad1139ba5a10b7f54861534762.tar.gz vdr-plugin-dxr3-81fe77b4f9e564ad1139ba5a10b7f54861534762.tar.bz2 |
Thread stoppage cleanups for VDR >= 1.3.29 (Luca Olivetti).
Diffstat (limited to 'dxr3outputthread.h')
-rw-r--r-- | dxr3outputthread.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dxr3outputthread.h b/dxr3outputthread.h index 6b9982b..3d08156 100644 --- a/dxr3outputthread.h +++ b/dxr3outputthread.h @@ -41,7 +41,6 @@ public: cThread::Start(); }; */ - void SetStopSignal(); // can be removed when only VDR >= 1.3.29 supported bool NeedResync() { return m_bNeedResync; @@ -53,11 +52,9 @@ public: protected: virtual void Action() = 0; - bool GetStopSignal(); // can be replaced by Running() in VDR >= 1.3.29 cDxr3Interface& m_dxr3Device; cDxr3SyncBuffer& m_buffer; - bool m_bStopThread; // can be removed when only VDR >= 1.3.29 supported bool m_bNeedResync; private: |