From 3e07386c2f6f375f0b1d1937e4621f57a865404e Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Thu, 17 Mar 2016 17:10:14 +0000 Subject: [PATCH] Removed unused variables from contacteditor/frmContactEditor-Picture.cpp --- source/contacteditor/frmContactEditor-Picture.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/source/contacteditor/frmContactEditor-Picture.cpp b/source/contacteditor/frmContactEditor-Picture.cpp index cc29944..0ad94b0 100644 --- a/source/contacteditor/frmContactEditor-Picture.cpp +++ b/source/contacteditor/frmContactEditor-Picture.cpp @@ -25,12 +25,9 @@ void frmContactEditor::AddPicture( wxCommandEvent& event ) { // Bring up window for adding a picture. - - int intResult = 0; - + frmContactEditorPicture *frameCEPicture = new frmContactEditorPicture ( this ); frameCEPicture->SetEditorMode(FALSE); - intResult = GetLastInt(&ContactEditorData.PicturesList); frameCEPicture->SetupPointers(&ContactEditorData.PicturesList, &ContactEditorData.PicturesListAltID, &ContactEditorData.PicturesListPID, -- 2.39.2