From 7929a119daf911e357f466ae453a9546da349eac Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sun, 10 Jan 2016 19:41:38 +0000 Subject: [PATCH] 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. --- source/contacteditor/frmContactEditor-Save.cpp | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.39.2