mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
- eventlist: remove obsolete bool show from CEventList::showFunctionBar
This commit is contained in:
@@ -114,7 +114,7 @@ class CEventList : public CListHelpers
|
||||
void paint(t_channel_id channel_id = 0);
|
||||
void paintHead(t_channel_id _channel_id, std::string _channelname, std::string _channelname_prev = "", std::string _channelname_next = "");
|
||||
void hide();
|
||||
void showFunctionBar(bool show, t_channel_id channel_id);
|
||||
void showFunctionBar(t_channel_id channel_id);
|
||||
|
||||
int timerPre;
|
||||
int timerPost;
|
||||
|
Reference in New Issue
Block a user