From 4a85c69a81b9bb0328c4715680fe74a24e8a53ee Mon Sep 17 00:00:00 2001 From: vanhofen Date: Wed, 1 Nov 2017 12:21:16 +0100 Subject: [PATCH] epgview: disable epgid debug code Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/98fa2e27223962427b7fca58d18ba02e81391255 Author: vanhofen Date: 2017-11-01 (Wed, 01 Nov 2017) Origin message was: ------------------ - epgview: disable epgid debug code ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/epgview.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/epgview.cpp b/src/gui/epgview.cpp index 7696977bf..e39f253ce 100644 --- a/src/gui/epgview.cpp +++ b/src/gui/epgview.cpp @@ -878,6 +878,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) @@ -886,6 +887,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();