From af69cdb68e28e2edb6b4cc7d991d190b13ce509a Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Mon, 28 Dec 2015 19:51:24 +0000 Subject: [PATCH] Commented out UIDProcessed as this isn't needed now. --- source/contacteditor/frmContactEditor-Load.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5