summaryrefslogtreecommitdiff
path: root/osd.c
diff options
context:
space:
mode:
Diffstat (limited to 'osd.c')
-rw-r--r--osd.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/osd.c b/osd.c
index ab2558f0..2eb3c7a9 100644
--- a/osd.c
+++ b/osd.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: osd.c,v 1.25 2008-09-21 13:51:07 phintuka Exp $
+ * $Id: osd.c,v 1.26 2008-11-20 11:46:31 rofafor Exp $
*
*/
@@ -246,11 +246,7 @@ void cXinelibOsd::CmdRle(int Wnd, int X0, int Y0,
}
cXinelibOsd::cXinelibOsd(cXinelibDevice *Device, int x, int y, uint Level)
-#if VDRVERSNUM >= 10509
: cOsd(x, y, Level)
-#else
- : cOsd(x, y)
-#endif
{
TRACEF("cXinelibOsd::cXinelibOsd");
@@ -453,11 +449,6 @@ cOsd *cXinelibOsdProvider::CreateOsd(int Left, int Top, uint Level)
cMutexLock ml(&cXinelibOsd::m_Lock);
-#if VDRVERSNUM < 10509
- if(cXinelibOsd::m_OsdStack.First())
- LOGMSG("cXinelibOsdProvider::CreateOsd - OSD already open !");
-#endif
-
cXinelibOsd *m_OsdInstance = new cXinelibOsd(m_Device, Left, Top, Level);
// sorted insert