From a89093ebef54ed4e566febcb8b1f34186edf3001 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Wed, 11 Aug 2010 12:36:55 +0000 Subject: [PATCH] compile fix svn path=/trunk/boinc/; revision=22187 --- clientgui/BOINCBaseFrame.cpp | 4 ---- 1 file changed, 4 deletions(-) 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;