From: Steve Brokenshire Date: Mon, 28 Dec 2015 19:51:24 +0000 (+0000) Subject: Commented out UIDProcessed as this isn't needed now. X-Git-Tag: release-0.09~139 X-Git-Url: http://Server1/repobrowser/?a=commitdiff_plain;h=af69cdb68e28e2edb6b4cc7d991d190b13ce509a;p=xestiaab%2F.git Commented out UIDProcessed as this isn't needed now. --- diff --git a/source/contacteditor/frmContactEditor-Load.cpp b/source/contacteditor/frmContactEditor-Load.cpp index 79e23ab..2217c94 100644 --- a/source/contacteditor/frmContactEditor-Load.cpp +++ b/source/contacteditor/frmContactEditor-Load.cpp @@ -95,7 +95,7 @@ bool frmContactEditor::LoadContact(wxString Filename){ bool FNProcessed = FALSE; bool GenderProcessed = FALSE; bool NameProcessed = FALSE; - bool UIDProcessed = FALSE; + //bool UIDProcessed = FALSE; //bool KindProcessed = FALSE; bool ETagFound = FALSE; bool ETagOrigFound = FALSE;