diff --git a/checkin_notes b/checkin_notes index ecbf90bdb8..3ba9b3ad17 100755 --- a/checkin_notes +++ b/checkin_notes @@ -1483,3 +1483,9 @@ David 2 Feb 2007 add_util.py database.py db_mid.py + +Charlie 2 Feb 2007 + - MGR: Fix compiler warning. + + clientgui/ + ViewProjectsGrid.cpp diff --git a/clientgui/ViewProjectsGrid.cpp b/clientgui/ViewProjectsGrid.cpp index 3289a38d5d..7b7c063892 100644 --- a/clientgui/ViewProjectsGrid.cpp +++ b/clientgui/ViewProjectsGrid.cpp @@ -611,7 +611,6 @@ void CViewProjectsGrid::FormatAVGCredit(wxInt32 item, wxString& strBuffer) { void CViewProjectsGrid::FormatResourceShare(wxInt32 item, wxString& strBuffer){ - CMainDocument* pDoc = wxGetApp().GetDocument(); wxASSERT(pDoc); strBuffer.Printf(wxT(" %0.2f%% (%0.0f)"),m_projectCache.Item(item)->rspercent, m_projectCache.Item(item)->resourceshare);