manager comment tweak

This commit is contained in:
David Anderson 2015-03-05 12:45:40 -08:00
parent 4edad5ea22
commit 7c6d55a048
1 changed files with 0 additions and 3 deletions

View File

@ -235,9 +235,6 @@ void CViewResources::OnListRender( wxTimerEvent& WXUNUSED(event) ) {
//pDoc->disk_usage.d_allowed = 0;
//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;
double free = pDoc->disk_usage.d_free;
double total = pDoc->disk_usage.d_total;