From 9f0fa371686577f1c6eed05f75088ce988c19185 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Thu, 17 Mar 2016 08:18:08 +0000 Subject: [PATCH] Removed unused variables from contacteditor/frmContactEditor-Category.cpp --- source/contacteditor/frmContactEditor-Category.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/contacteditor/frmContactEditor-Category.cpp b/source/contacteditor/frmContactEditor-Category.cpp index 08af176..3150377 100644 --- a/source/contacteditor/frmContactEditor-Category.cpp +++ b/source/contacteditor/frmContactEditor-Category.cpp @@ -23,12 +23,9 @@ void frmContactEditor::AddCategory( wxCommandEvent& event ) { // Bring up the window to add a category. - - int intResult = 0; frmContactEditorCategory *frameCECategory = new frmContactEditorCategory ( this ); frameCECategory->SetEditorMode(FALSE); - intResult = GetLastInt(&ContactEditorData.CategoriesList); frameCECategory->SetupPointers(&ContactEditorData.CategoriesList, &ContactEditorData.CategoriesListAltID, &ContactEditorData.CategoriesListPID, -- 2.39.2