- eventlist: remove obsolete bool show from CEventList::showFunctionBar

This commit is contained in:
svenhoefer
2016-10-12 20:55:28 +02:00
parent 4b0b32833f
commit f04493b7e5
2 changed files with 12 additions and 18 deletions

View File

@@ -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;