From: Steve Brokenshire Date: Sun, 13 Mar 2016 10:37:19 +0000 (+0000) Subject: Removed commented out code from frmContactEditorGroups X-Git-Tag: release-0.11~100 X-Git-Url: http://Server1/repobrowser/?a=commitdiff_plain;ds=inline;h=b28c95c6ce57e18ca016023effb2c203878f79c4;p=xestiaab%2F.git Removed commented out code from frmContactEditorGroups --- 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){