From: Steve Brokenshire <sbrokenshire@xestia.co.uk>
Date: Sun, 10 Jan 2016 19:41:38 +0000 (+0000)
Subject: boolValue and boolValue2 accidentially declared in SaveContact scope
X-Git-Tag: release-0.09~84
X-Git-Url: http://Server1/repobrowser/?a=commitdiff_plain;h=7929a119daf911e357f466ae453a9546da349eac;p=xestiaab%2F.git

boolValue and boolValue2 accidentially declared in SaveContact scope

boolValue and boolValue2 were accidentialy declared in the SaveContact
scope instead of using the ones in the scope of frmContactEditor.
---

diff --git a/source/contacteditor/frmContactEditor-Save.cpp b/source/contacteditor/frmContactEditor-Save.cpp
index 64baede..6a0dc1b 100644
--- a/source/contacteditor/frmContactEditor-Save.cpp
+++ b/source/contacteditor/frmContactEditor-Save.cpp
@@ -154,8 +154,6 @@ void frmContactEditor::SaveContact( wxCommandEvent& event )
     
     // Begin preperations to write the contact to a file.
     
-    bool boolValue = FALSE;
-    bool boolValue2 = FALSE;
     bool FNFirst = TRUE;
     bool NNGeneralFirst = TRUE;
     bool NNHomeFirst = TRUE;