diff options
author | scop <scop> | 2005-05-28 10:10:52 +0000 |
---|---|---|
committer | scop <scop> | 2005-05-28 10:10:52 +0000 |
commit | c331a9f175e11b99141b2392c03972bb41f18d15 (patch) | |
tree | 4eb7caf00ea5807f5540791b6dcd07dc7fe3696f /dxr3osd_subpicture.h | |
parent | 35eeb86a2a0e577d789d25e63b7d860abb1d218b (diff) | |
download | vdr-plugin-dxr3-c331a9f175e11b99141b2392c03972bb41f18d15.tar.gz vdr-plugin-dxr3-c331a9f175e11b99141b2392c03972bb41f18d15.tar.bz2 |
Clean up non-working dead code for VDR < 1.3.8.
Diffstat (limited to 'dxr3osd_subpicture.h')
-rw-r--r-- | dxr3osd_subpicture.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dxr3osd_subpicture.h b/dxr3osd_subpicture.h index 78e4bd7..9e4da85 100644 --- a/dxr3osd_subpicture.h +++ b/dxr3osd_subpicture.h @@ -4,10 +4,8 @@ #include "dxr3vdrincludes.h" #include "dxr3spuencoder.h" -#if VDRVERSNUM >= 10307 - // ================================== -// osd interface for => vdr1,3,7 +// osd interface class cDxr3SubpictureOsd : public cOsd { private: @@ -25,7 +23,6 @@ public: void Flush(); }; -#endif /*VDRVERSNUM*/ #endif /*_DXR3OSD_SUBPICTURE_H_*/ // Local variables: |