diff --git a/clientgui/BOINCBaseFrame.cpp b/clientgui/BOINCBaseFrame.cpp index c6251207ab..9d68afd3d0 100644 --- a/clientgui/BOINCBaseFrame.cpp +++ b/clientgui/BOINCBaseFrame.cpp @@ -404,10 +404,6 @@ bool CBOINCBaseFrame::SelectComputer(wxString& hostName, int& portNum, wxString& wxArrayString aComputerNames; bool bResult = false; - wxASSERT(pDoc); - wxASSERT(wxDynamicCast(pDoc, CMainDocument)); - - // Lets copy the template store in the system state aComputerNames = m_aSelectedComputerMRU;