From ff0779847f8da3eebe44eec00d2c64bd662b3692 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Wed, 16 Mar 2016 22:57:34 +0000 Subject: [PATCH] Removed unused variables from vcard/vcard34conv-v4conv.cpp --- source/vcard/vcard34conv-v4conv.cpp | 43 ----------------------------- 1 file changed, 43 deletions(-) diff --git a/source/vcard/vcard34conv-v4conv.cpp b/source/vcard/vcard34conv-v4conv.cpp index 3e0ff06..f9a70ca 100644 --- a/source/vcard/vcard34conv-v4conv.cpp +++ b/source/vcard/vcard34conv-v4conv.cpp @@ -57,21 +57,13 @@ bool vCard34Conv::ConvertToV4(wxString *wxSData, vCard *vCardOut){ bool PropertyFind = TRUE; bool ExtraLineSeek = TRUE; bool ExtraLineSeekSub = TRUE; - bool BirthdayProcessed = FALSE; - bool AnniversaryProcessed = FALSE; - bool FNProcessed = FALSE; - bool GenderProcessed = FALSE; - bool NameProcessed = FALSE; bool FNFirst = FALSE; bool NicknameFirst = FALSE; bool TitleFirst = FALSE; bool OrganisationFirst = FALSE; bool NoteFirst = FALSE; bool PhotoFirst = FALSE; - bool LogoFirst = FALSE; - bool NameFirst = FALSE; bool FoundData = FALSE; - int intExtraNickname = 0; wxString wxSProperty; wxString wxSPropertyVCARD4; wxString wxSPropertySeg1; @@ -107,7 +99,6 @@ bool vCard34Conv::ConvertToV4(wxString *wxSData, vCard *vCardOut){ bool XVCard4Value = FALSE; bool VCard3Value = FALSE; - bool SeekItemData = FALSE; wxString strVer; @@ -855,40 +846,7 @@ bool vCard34Conv::ConvertToV4(wxString *wxSData, vCard *vCardOut){ } - int FNCount = 0; - int NameCount = 0; - int NicknameCount = 0; - int ADRCount = 0; - int EmailCount = 0; - int IMPPCount = 0; - int TelCount = 0; - int LangCount = 0; - int TZCount = 0; - int GeoCount = 0; - int URLCount = 0; - int RelatedCount = 0; - int TitleCount = 0; - int RoleCount = 0; - int OrgCount = 0; - int NoteCount = 0; - int CategoryCount = 0; - int PhotoCount = 0; - int LogoCount = 0; - int SoundCount = 0; - int CalAdrCount = 0; - int CalReqAdrCount = 0; - int FreeBusyCount = 0; - int KeyCount = 0; - int VendorCount = 0; - int XTokenCount = 0; - int ItemSeek = 1; - int MaxItemNumber = 0; - int ItemOrdered = 0; - int ItemUnordered = 0; - int ItemNumber = 0; size_t ItemStringSeekLen = 0; - int ItemSeekSub = 0; - int ItemSeekSecSub = 0; std::map NumberedName; std::map NumberedData; @@ -929,7 +887,6 @@ bool vCard34Conv::ConvertToV4(wxString *wxSData, vCard *vCardOut){ XVCard4Value = FALSE; VCard3Value = FALSE; - SeekItemData = FALSE; std::map ItemMapIndex; -- 2.39.2