summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--menunoselectitem.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/menunoselectitem.h b/menunoselectitem.h
index 9bc69be..0161dee 100644
--- a/menunoselectitem.h
+++ b/menunoselectitem.h
@@ -19,15 +19,7 @@
class cMenuOsdNoSelectItem : public cOsdItem {
public:
-#if VDRVERSNUM >= 10307
cMenuOsdNoSelectItem(const char *Text):cOsdItem(Text) { SetSelectable(false); }
-#else
- #ifdef HAVE_ELCHI
- cMenuOsdNoSelectItem(const char *Text):cOsdItem(Text) { SetColor(Setup.Theme == themeVanilla ? clrCyan : clrScrolLine, clrBackground); }
- #else
- cMenuOsdNoSelectItem(const char *Text):cOsdItem(Text) { SetColor(clrCyan, clrBackground); }
- #endif
-#endif
- };
+};
#endif //__MENUNOSELECTITEM_H