X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2FfrmMain.cpp;h=35b3d7227cbcef1f39d2e6b9176f6b9c93ab8f3f;hp=a658920aa8a986b0be82188197d7b5158287cc93;hb=3ee149974e5bf642259e0541016216e21ab892b7;hpb=08b6172984f2dc308d30b35916c116c44581ebc8 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 {