From: Steve Brokenshire Date: Mon, 30 Nov 2015 13:14:29 +0000 (+0000) Subject: Removed comments from ShowContactInfo in frmMain X-Git-Tag: release-0.06~4 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=3ee149974e5bf642259e0541016216e21ab892b7 Removed comments from ShowContactInfo in frmMain --- diff --git a/source/frmMain.cpp b/source/frmMain.cpp index a658920..35b3d72 100644 --- a/source/frmMain.cpp +++ b/source/frmMain.cpp @@ -909,8 +909,6 @@ void frmMain::ShowContactInfo( wxListEvent& event ) long intSelected = -1; long ContactSeekNum = -1; - // intSelected = lstContacts->GetSelection(); - // Check if several contacts have been selected. int ContactTotal = 0; @@ -1032,8 +1030,6 @@ void frmMain::ShowContactInfo( wxListEvent& event ) if (wxSPropertyNextLine.Mid(0, 1) == wxT(" ") || wxSPropertyNextLine.Mid(0, 1) == wxT("\t")){ wxSPropertyNextLine.Remove(0, 1); - //wxSPropertyNextLine.Trim(FALSE); - //ContactLine.Trim(); ContactLine.Append(wxSPropertyNextLine); } else {