- system/helpers: rework get_fs_usage()

also comment some unuses variables in src/infoviever_bb.{h,cpp}
This commit is contained in:
svenhoefer
2012-09-27 12:22:33 +02:00
parent b8ff3bbdd5
commit 7c01980e94
4 changed files with 30 additions and 26 deletions

View File

@@ -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);