mirror of https://github.com/BOINC/boinc.git
Manager: fix compiler warning (unused variable)
This commit is contained in:
parent
9ad7e5331d
commit
0f92241e9f
|
@ -296,7 +296,6 @@ void CSimpleProjectPanel::UpdateInterface() {
|
|||
void CSimpleProjectPanel::ReskinInterface() {
|
||||
wxLogTrace(wxT("Function Start/End"), wxT("CSimpleProjectPanel::ReskinInterface - Function Begin"));
|
||||
|
||||
CMainDocument* pDoc = wxGetApp().GetDocument();
|
||||
ProjectSelectionData* selData;
|
||||
char* ctrl_url;
|
||||
|
||||
|
|
Loading…
Reference in New Issue