Skip to content

Commit

Permalink
- epgview: disable epgid debug code
Browse files Browse the repository at this point in the history
Signed-off-by: Thilo Graf <[email protected]>
  • Loading branch information
svenhoefer authored and dbt1 committed Nov 1, 2017
1 parent ad757a9 commit 61a31e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/epgview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,7 @@ int CEpgData::show(const t_channel_id channel_id, uint64_t a_id, time_t* a_start
if (mp_info && !extMovieInfo.empty())
processTextToArray(extMovieInfo);

#if 0
/* neat for debugging duplicate event issues etc. */
char *epgid;
if (asprintf(&epgid, "EPG ID:%04X.%02X", (int)((epgData.eventID)&0x0FFFF), epgData.table_id) >= 0)
Expand All @@ -844,6 +845,7 @@ int CEpgData::show(const t_channel_id channel_id, uint64_t a_id, time_t* a_start
processTextToArray(epgid);
free(epgid);
}
#endif

COSDFader fader(g_settings.theme.menu_Content_alpha);
fader.StartFadeIn();
Expand Down

0 comments on commit 61a31e2

Please sign in to comment.