From a94917b87380e0350f0a4d1c67d8ee79adf00d3c Mon Sep 17 00:00:00 2001 From: vanhofen Date: Mon, 3 May 2021 01:31:18 +0200 Subject: [PATCH] epgview: remove obsolete imdb_rating Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/1cda1fbd623d8ca1268f430a9cbac85fddedd95a Author: vanhofen Date: 2021-05-03 (Mon, 03 May 2021) Origin message was: ------------------ - epgview: remove obsolete imdb_rating ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/epgview.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/gui/epgview.h b/src/gui/epgview.h index fc64cdcb8..d2dfe1f9b 100644 --- a/src/gui/epgview.h +++ b/src/gui/epgview.h @@ -67,6 +67,8 @@ class CEpgData bool bigFonts; bool has_follow_screenings; bool call_fromfollowlist; + bool imdb_active; + int imdb_stars; bool tmdb_active; int tmdb_stars; time_t tmp_curent_zeit; @@ -101,9 +103,6 @@ class CEpgData void showProgressBar(); bool isCurrentEPG(const t_channel_id channel_id); - bool imdb_active; - int imdb_stars; - std::string imdb_rating; std::string epg_title; std::string movie_filename;