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 /dxr3osd_subpicture.c | |
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 '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 258d53a..0bb57a9 100644 --- a/dxr3osd_subpicture.c +++ b/dxr3osd_subpicture.c @@ -29,8 +29,6 @@ public: }; #endif -#if VDRVERSNUM >= 10307 - #define MAXNUMWINDOWS 7 // OSD windows are counted 1...7 // ================================== @@ -269,8 +267,6 @@ void cDxr3SubpictureOsd::Flush() #endif } -#endif /*VDRVERSNUM*/ - // Local variables: // mode: c++ // c-file-style: "stroustrup" |