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