diff options
author | Andreas Brachold <vdr07@deltab.de> | 2005-08-16 16:05:58 +0000 |
---|---|---|
committer | Andreas Brachold <vdr07@deltab.de> | 2005-08-16 16:05:58 +0000 |
commit | 28818acea3c22032523a4f1975545d4e490e1b01 (patch) | |
tree | 25304d28a3d802c563f6da134bf4d466db134c4b /menu-commands.h | |
parent | 8c5bda0e344a1389cad91eef9f7e00b069ffa933 (diff) | |
download | vdr-plugin-image-28818acea3c22032523a4f1975545d4e490e1b01.tar.gz vdr-plugin-image-28818acea3c22032523a4f1975545d4e490e1b01.tar.bz2 |
-remove redundant code
- now for compiled are at the least VDR 1.3.28 required
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); |