Revert "- icons: add rating-stars to icons.h to allow user's icons in ICONSDIR_VAR"

This reverts commit 321469e757.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 217a4ddd00
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-05-29 (Mon, 29 May 2017)



------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-05-29 15:05:31 +02:00
parent f716f8f0a8
commit b3f51a4d40
4 changed files with 5 additions and 3 deletions

View File

@@ -321,7 +321,7 @@ void CEpgData::showText(int startPos, int ypos, bool has_cover, bool fullClear)
stars *= 10; // recalculate stars value for starbar
int stars_w = 0, stars_h = 0;
g_PicViewer->getSize(NEUTRINO_ICON_STARS_BG, &stars_w, &stars_h);
g_PicViewer->getSize(imdb->stars_bg.c_str(), &stars_w, &stars_h);
//create starbar item
CProgressBar *cc_starbar = new CProgressBar();