mirror of https://github.com/BOINC/boinc.git
manager comment tweak
This commit is contained in:
parent
4edad5ea22
commit
7c6d55a048
|
@ -235,9 +235,6 @@ void CViewResources::OnListRender( wxTimerEvent& WXUNUSED(event) ) {
|
||||||
//pDoc->disk_usage.d_allowed = 0;
|
//pDoc->disk_usage.d_allowed = 0;
|
||||||
//data for pie chart 2 (total disk usage)
|
//data for pie chart 2 (total disk usage)
|
||||||
//
|
//
|
||||||
// good source of color palettes:
|
|
||||||
// http://www.siteprocentral.com/cgi-bin/feed/feed.cgi
|
|
||||||
//
|
|
||||||
bool refreshTotal=false;
|
bool refreshTotal=false;
|
||||||
double free = pDoc->disk_usage.d_free;
|
double free = pDoc->disk_usage.d_free;
|
||||||
double total = pDoc->disk_usage.d_total;
|
double total = pDoc->disk_usage.d_total;
|
||||||
|
|
Loading…
Reference in New Issue