eventlist: remove obsolete buttons from footer

Origin commit data
------------------
Commit: 8d4469feff
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-05-03 (Wed, 03 May 2017)

Origin message was:
------------------
- eventlist: remove obsolete buttons from footer
This commit is contained in:
vanhofen
2017-05-03 23:15:56 +02:00
parent 57093d1922
commit 50bc4148b7

View File

@@ -1015,7 +1015,7 @@ void CEventList::showFunctionBar(t_channel_id channel_id)
CColorKeyHelper keyhelper; //user_menue.h
neutrino_msg_t dummy = CRCInput::RC_nokey;
const char * icon = NULL;
struct button_label buttons[8]; //NI
struct button_label buttons[6]; //NI
int btn_cnt = 0;
int tID = -1; //any value, not NULL
@@ -1078,16 +1078,6 @@ void CEventList::showFunctionBar(t_channel_id channel_id)
buttons[btn_cnt].locale = LOCALE_TIMERLIST_NAME;
btn_cnt++;
//NI left button
buttons[btn_cnt].button = NEUTRINO_ICON_BUTTON_LEFT;
buttons[btn_cnt].locale = NONEXISTANT_LOCALE;
btn_cnt++;
//NI right button
buttons[btn_cnt].button = NEUTRINO_ICON_BUTTON_RIGHT;
buttons[btn_cnt].locale = NONEXISTANT_LOCALE;
btn_cnt++;
::paintButtons(bx, by, bw, btn_cnt, buttons, bw, bh);
}