summaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'menu.h')
-rw-r--r--menu.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/menu.h b/menu.h
index 42f752a..922a64f 100644
--- a/menu.h
+++ b/menu.h
@@ -410,10 +410,9 @@ class cMenuEpgScheduleItem : public cOsdItem
virtual int Compare(const cListObject &ListObject) const;
virtual bool Update(bool Force = false);
- virtual void SetMenuItem(cSkinDisplayMenu *DisplayMenu, int Index, bool Current, bool Selectable);
+ virtual void SetMenuItem(cSkinDisplayMenu* DisplayMenu, int Index, bool Current, bool Selectable);
- cEpgEvent* epgEvent;
- const cEvent* vdrEvent;
+ const cEvent* event;
const cChannel* channel;
bool withDate;
int timerMatch;
@@ -421,7 +420,6 @@ class cMenuEpgScheduleItem : public cOsdItem
private:
cMenuDb* menuDb;
- int eventReady;
static eScheduleSortMode sortMode;
};