From b28c95c6ce57e18ca016023effb2c203878f79c4 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sun, 13 Mar 2016 10:37:19 +0000 Subject: [PATCH] Removed commented out code from frmContactEditorGroups --- source/contacteditor/frmContactEditorGroups.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/source/contacteditor/frmContactEditorGroups.cpp b/source/contacteditor/frmContactEditorGroups.cpp index fce5721..01cd500 100755 --- a/source/contacteditor/frmContactEditorGroups.cpp +++ b/source/contacteditor/frmContactEditorGroups.cpp @@ -42,14 +42,11 @@ void frmContactEditorGroup::FetchContacts( wxInitDialogEvent& event ) wxString AccountDirFinal = GetAccountDir(AccName, FALSE); - //wxString vcardfilenamewxs; wxString vCardFilename; wxString vCardFilenameFull; wxString vCardDataString; - //wxStringTokenizer vcardfileline; wxString lwxs; wxString setname, setvalue; - //vCardNames = new std::map>; std::multimap> vCardNamesAsc; std::multimap> vCardNamesDsc; int ContactIndex = 0; @@ -95,9 +92,6 @@ void frmContactEditorGroup::FetchContacts( wxInitDialogEvent& event ) PersonData.ContactName = PersonName; PersonData.ContactUID = PersonUID; PersonData.ContactFilename = PersonFilename; - - //ContactsNames.insert(std::make_pair(PersonName, ContactIndex)); - //ContactsUIDs.insert(std::make_pair(ContactIndex, PersonUID)); if (XVMData.SortMode == 1){ -- 2.39.2