From: Steve Brokenshire Date: Thu, 17 Mar 2016 17:16:49 +0000 (+0000) Subject: Removed unused variables from contacteditor/frmContactEditor-Load.cpp X-Git-Tag: release-0.11~44 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=122db29fd63db09e003375ed6ec620b076ce4796 Removed unused variables from contacteditor/frmContactEditor-Load.cpp --- diff --git a/source/contacteditor/frmContactEditor-Load.cpp b/source/contacteditor/frmContactEditor-Load.cpp index fd75197..c6ae96a 100644 --- a/source/contacteditor/frmContactEditor-Load.cpp +++ b/source/contacteditor/frmContactEditor-Load.cpp @@ -82,26 +82,10 @@ bool frmContactEditor::LoadContact(wxString Filename){ // Get the line. - bool QuoteMode = FALSE; - bool PropertyFind = TRUE; - bool HasExtraNicknames = FALSE; - bool IgnoreGender = FALSE; - bool ExtraLineSeek = TRUE; - bool FNProcessed = FALSE; - bool GenderProcessed = FALSE; - bool NameProcessed = FALSE; - bool ETagFound = FALSE; - bool ETagOrigFound = FALSE; - bool VersionProcessed = FALSE; - int intExtraNickname = 0; wxString wxSProperty; wxString wxSPropertySeg1; wxString wxSPropertySeg2; wxString wxSPropertyNextLine; - size_t ContactLineLen = 0; - int QuoteBreakPoint = 0; - int FNCount = 0; - int NameCount = 0; int NicknameCount = 0; int ADRCount = 0; int EmailCount = 0; @@ -117,7 +101,6 @@ bool frmContactEditor::LoadContact(wxString Filename){ int OrgCount = 0; int NoteCount = 0; int CategoryCount = 0; - int GroupCount = 0; int PhotoCount = 0; int LogoCount = 0; int SoundCount = 0;