- epgview: remove obsolete imdb_rating

Conflicts:
	src/gui/epgview.h

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2021-05-03 01:31:18 +02:00
committed by Thilo Graf
parent c39084efc7
commit 287c965a58

View File

@@ -67,8 +67,10 @@ 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;
uint64_t prev_id;
@@ -101,9 +103,6 @@ class CEpgData
void showProgressBar();
bool isCurrentEPG(const t_channel_id channel_id);
bool imdb_active;
int tmdb_stars, imdb_stars;
std::string imdb_rating;
std::string epg_title;
std::string movie_filename;