From 3ee149974e5bf642259e0541016216e21ab892b7 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Mon, 30 Nov 2015 13:14:29 +0000 Subject: [PATCH] Removed comments from ShowContactInfo in frmMain --- source/frmMain.cpp | 4 ---- 1 file changed, 4 deletions(-) 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 { -- 2.39.2