compile fix

svn path=/trunk/boinc/; revision=22187
This commit is contained in:
Charlie Fenton 2010-08-11 12:36:55 +00:00
parent 4f492fe41a
commit a89093ebef
1 changed files with 0 additions and 4 deletions

View File

@ -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;