diff options
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*/); |