- adzap: use adzap-thread in epg view; remove pseudo timertype ADZAP

This commit is contained in:
svenhoefer
2016-02-29 14:00:09 +01:00
parent 1df41008a4
commit 19154192db
8 changed files with 39 additions and 72 deletions

View File

@@ -87,7 +87,7 @@ class CEpgData
void showText( int startPos, int ypos );
bool hasFollowScreenings(const t_channel_id channel_id, const std::string & title);
int FollowScreenings(const t_channel_id channel_id, const std::string & title);
void showTimerEventBar(bool show, bool webzap=false);
void showTimerEventBar(bool show, bool adzap = false);
bool isCurrentEPG(const t_channel_id channel_id);
public: