mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
- system/helpers: rework get_fs_usage()
also comment some unuses variables in src/infoviever_bb.{h,cpp}
This commit is contained in:
@@ -98,7 +98,7 @@ class CInfoViewerBB
|
||||
|
||||
int BBarY, BBarFontY;
|
||||
int hddwidth;
|
||||
int lasthdd, lastvar;
|
||||
//int lasthdd, lastsys;
|
||||
bool fta;
|
||||
int minX;
|
||||
|
||||
@@ -106,7 +106,7 @@ class CInfoViewerBB
|
||||
bool scrambledNoSig, scrambledNoSigSave;
|
||||
pthread_t scrambledT;
|
||||
|
||||
CProgressBar *hddscale, *varscale;
|
||||
CProgressBar *hddscale, *sysscale;
|
||||
|
||||
void showBBIcons(const int modus, const std::string & icon);
|
||||
void getBBIconInfo(void);
|
||||
|
Reference in New Issue
Block a user