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.c | |
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.c')
-rw-r--r-- | dxr3osd_subpicture.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dxr3osd_subpicture.c b/dxr3osd_subpicture.c index 97a99e9..a12ea5b 100644 --- a/dxr3osd_subpicture.c +++ b/dxr3osd_subpicture.c @@ -1,7 +1,5 @@ #include "dxr3osd_subpicture.h" -#if VDRVERSNUM >= 10307 - #define MAXNUMWINDOWS 7 // OSD windows are counted 1...7 // ================================== @@ -172,8 +170,6 @@ void cDxr3SubpictureOsd::Flush() } } -#endif /*VDRVERSNUM*/ - // Local variables: // mode: c++ // c-file-style: "stroustrup" |