diff options
author | scop <scop> | 2005-05-28 10:03:24 +0000 |
---|---|---|
committer | scop <scop> | 2005-05-28 10:03:24 +0000 |
commit | 21050a9fd6ec17093a3c8aa308912eba0dedaabb (patch) | |
tree | 563b326a8e9a34c43b5e690fc997434df23b3721 /dxr3spudecoder.h | |
parent | 0d12885cbe71c72e7f18d0048dd9ed4025521550 (diff) | |
download | vdr-plugin-dxr3-21050a9fd6ec17093a3c8aa308912eba0dedaabb.tar.gz vdr-plugin-dxr3-21050a9fd6ec17093a3c8aa308912eba0dedaabb.tar.bz2 |
Clean up non-working dead code for VDR < 1.3.11.
Diffstat (limited to 'dxr3spudecoder.h')
-rw-r--r-- | dxr3spudecoder.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dxr3spudecoder.h b/dxr3spudecoder.h index e7ea9ab..31753e9 100644 --- a/dxr3spudecoder.h +++ b/dxr3spudecoder.h @@ -114,14 +114,12 @@ public: void processSPU(uint32_t pts, uint8_t * buf); #endif -#if VDRVERSNUM >= 10311 void Hide(); void Draw(); bool IsVisible() { return osd != NULL; } -#endif private: cOsd * osd; |