diff options
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" |