diff options
Diffstat (limited to 'menu-commands.h')
-rw-r--r-- | menu-commands.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/menu-commands.h b/menu-commands.h index 07b7c33..9796fcb 100644 --- a/menu-commands.h +++ b/menu-commands.h @@ -1,7 +1,7 @@ /* * Image plugin to VDR (C++) * - * (C) 2004 Andreas Brachold <vdr04-at-deltab.de> + * (C) 2004-2005 Andreas Brachold <vdr04-at-deltab.de> * * This code is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -48,9 +48,7 @@ class cImageMenuResult : public cOsdMenu { const char *m_szText; protected: -#if VDRVERSNUM >= 10307 virtual void Display(void); -#endif public: cImageMenuResult(const char *Title, const char *Text, eDvbFont Font = fontOsd); virtual eOSState ProcessKey(eKeys Key); |