From ba7a407e9b94ff14499eea25f551eac6e11a2d81 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Wed, 16 Mar 2016 21:19:40 +0000 Subject: [PATCH] Removed unused variables from LoadContactData in common/getcontactinfo.cpp --- source/common/getcontactinfo.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/source/common/getcontactinfo.cpp b/source/common/getcontactinfo.cpp index 61531df..86791e4 100644 --- a/source/common/getcontactinfo.cpp +++ b/source/common/getcontactinfo.cpp @@ -95,7 +95,6 @@ void LoadContactData(vCard *vCardObj, wxHtmlWindow *HTMLObj, wxString SID, // MAke sure new session ID doesn't conflict with existing // data. If there is a match, generate a new one and check again. - bool SIDMatch = FALSE; wxString SIDTemp; for (std::map::iterator striter = MemoryFSList->begin(); @@ -494,13 +493,6 @@ void LoadContactData(vCard *vCardObj, wxHtmlWindow *HTMLObj, wxString SID, } - bool MultiLogoIcon = FALSE; - bool MultiPhotoIcon = FALSE; - bool SoundIcon = FALSE; - bool KeyIcon = FALSE; - bool VendorIcon = FALSE; - bool XTokenIcon = FALSE; - // Process Birthday ContactData = vCardObj->GetByPartial(wxT("BDAY")); -- 2.39.2