infoviewer_bb: remove unnecessary (char *) casts

change paint_ca_icons to accept (const char *) to achieve this


Origin commit data
------------------
Commit: dc99e757e9
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-02-10 (Tue, 10 Feb 2015)
This commit is contained in:
Stefan Seyfried
2015-02-10 14:58:35 +01:00
committed by Jacek Jendrzej
parent 6cd63c1624
commit d95c9ee218
2 changed files with 7 additions and 7 deletions

View File

@@ -115,7 +115,7 @@ class CInfoViewerBB
bool checkBBIcon(const char * const icon, int *w, int *h);
void showIcon_DD(void);
void paint_ca_icons(int, char*, int&);
void paint_ca_icons(int, const char*, int&);
void paintCA_bar(int,int);
void showOne_CAIcon();
void changePB(void);