diff options
Diffstat (limited to 'equalizer.c')
-rw-r--r-- | equalizer.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/equalizer.c b/equalizer.c index 98b81a00..8762c88c 100644 --- a/equalizer.c +++ b/equalizer.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: equalizer.c,v 1.4 2007-10-15 00:15:07 phintuka Exp $ + * $Id: equalizer.c,v 1.5 2008-11-20 11:46:30 rofafor Exp $ * */ @@ -42,11 +42,7 @@ void cEqualizer::Show() { tArea areas [] = { {0, 0, OSD_W - 1, OSD_H - 1, 4} }; -#if VDRVERSNUM >= 10509 m_Osd = cOsdProvider::NewOsd(OSD_X, OSD_Y, 0); -#else - m_Osd = cOsdProvider::NewOsd(OSD_X, OSD_Y); -#endif if(m_Osd) { if (m_Osd->CanHandleAreas(areas, sizeof(areas) / sizeof(tArea) ) == oeOk) { |