From 61a31e26099e0a958c40e98154543f0531453b5c Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Wed, 1 Nov 2017 12:21:16 +0100 Subject: [PATCH] - epgview: disable epgid debug code Signed-off-by: Thilo Graf --- src/gui/epgview.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/epgview.cpp b/src/gui/epgview.cpp index 1fcccbae2..a4b7a79f6 100644 --- a/src/gui/epgview.cpp +++ b/src/gui/epgview.cpp @@ -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) @@ -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();