- infoviewer_bb: remove broken code around left/right handling in ca_bar

This code wasn't used anymore since years.
This commit is contained in:
svenhoefer
2016-12-12 11:15:14 +01:00
parent 6b4ef6d3f8
commit aa9417a550
2 changed files with 29 additions and 51 deletions

View File

@@ -108,14 +108,14 @@ class CInfoViewerBB
pthread_t scrambledT;
CProgressBar *hddscale, *sysscale;
CComponentsShapeSquare *foot, *cabar;
CComponentsShapeSquare *foot, *ca_bar;
void paintFoot(int w = 0);
void showBBIcons(const int modus, const std::string & icon);
void getBBIconInfo(void);
bool checkBBIcon(const char * const icon, int *w, int *h);
void paint_ca_icons(int, const char*, int&);
void paintCA_bar(int,int);
void paint_ca_bar();
void showOne_CAIcon();
static void* scrambledThread(void *arg);
@@ -150,7 +150,7 @@ class CInfoViewerBB
void initBBOffset(void);
// modules
CComponentsShapeSquare* getFooter(void){return foot;}
CComponentsShapeSquare* getCABar(void){return cabar;}
CComponentsShapeSquare* getCABar(void){return ca_bar;}
void ResetModules(void);
void changePB(void);
};