summaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2017-03-20 17:55:35 +0100
committerhorchi <vdr@jwendel.de>2017-03-20 17:55:35 +0100
commit1fe6380b69b14c3840010aed520aeb2e946219a5 (patch)
tree392ff4401fedee9d6c1ba12b3ca27ea443e114fc /menu.h
parentfa25e7126b97348f825abad9fabb2bdc82e52a05 (diff)
downloadvdr-plugin-epg2vdr-1.1.51.tar.gz
vdr-plugin-epg2vdr-1.1.51.tar.bz2
2017-03-20: version 1.1.51 (horchi)\n - change: Removed compiler warnings when using clang\n - added: Added clang++ to Make.config (as optional compiler)\n - change: Fixed APIVERSION check for VDR < 2.2.0 (thx to nobanzai)\n\n1.1.51
Diffstat (limited to 'menu.h')
-rw-r--r--menu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/menu.h b/menu.h
index 0d80793..42f752a 100644
--- a/menu.h
+++ b/menu.h
@@ -359,7 +359,7 @@ class cMenuEpgSearchTimers : public cOsdMenu
private:
cMenuDb* menuDb;
- int helpKeys;
+ // int helpKeys;
};
//***************************************************************************
@@ -452,7 +452,7 @@ class cMenuEpgWhatsOn : public cOsdMenu
int helpKeys;
time_t helpKeyTime;
int helpKeyTimeMode;
- int timerState;
+ // int timerState;
eOSState Record();
eOSState Switch();
bool Update();