diff options
author | scop <scop> | 2006-04-18 21:33:18 +0000 |
---|---|---|
committer | scop <scop> | 2006-04-18 21:33:18 +0000 |
commit | 9cde1b0fdd1a9e0607dcdd3367c324fd2d5b8d68 (patch) | |
tree | de0096c64729f3ee0e8106bdc47d532439c03d8d /dxr3osd_subpicture.h | |
parent | 93ed3dd4f77d9e0448d4dd0060584ca9cdcf496a (diff) | |
download | vdr-plugin-dxr3-9cde1b0fdd1a9e0607dcdd3367c324fd2d5b8d68.tar.gz vdr-plugin-dxr3-9cde1b0fdd1a9e0607dcdd3367c324fd2d5b8d68.tar.bz2 |
Clean up pre-VDR-1.3.47 compat stuff.
Diffstat (limited to 'dxr3osd_subpicture.h')
-rw-r--r-- | dxr3osd_subpicture.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dxr3osd_subpicture.h b/dxr3osd_subpicture.h index 33a5a81..7ff36bb 100644 --- a/dxr3osd_subpicture.h +++ b/dxr3osd_subpicture.h @@ -12,11 +12,7 @@ private: cSPUEncoder* Spu; ///< interface to cSPUEncoder bool shown; ///< is the osd shown? cPalette* Palette; ///< global palette (needed by all bitmaps) -#if VDRVERSNUM >= 10318 cTimeMs *last; -#else - int last; -#endif public: cDxr3SubpictureOsd(int Left, int Top/*, int SpuDev*/); |