mirror of https://github.com/BOINC/boinc.git
MGR: fix compiler warning.
This commit is contained in:
parent
526f2d4524
commit
c23d9c0862
|
@ -258,11 +258,6 @@ void CDlgDiagnosticLogFlags::OnOK(wxCommandEvent& event) {
|
|||
|
||||
|
||||
void CDlgDiagnosticLogFlags::OnSetDefaults(wxCommandEvent& ) {
|
||||
CMainDocument* pDoc = wxGetApp().GetDocument();
|
||||
|
||||
wxASSERT(pDoc);
|
||||
wxASSERT(wxDynamicCast(pDoc, CMainDocument));
|
||||
|
||||
log_flags.init();
|
||||
|
||||
m_checkboxSizer->Clear(true);
|
||||
|
|
Loading…
Reference in New Issue