From f6677e923dd53b8adb640db4cd8ede54182e12c2 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Thu, 17 Mar 2016 17:11:59 +0000 Subject: [PATCH] Removed unused variables from contacteditor/frmContactEditor-Sound.cpp --- source/contacteditor/frmContactEditor-Sound.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/source/contacteditor/frmContactEditor-Sound.cpp b/source/contacteditor/frmContactEditor-Sound.cpp index cda5036..ba1a0c9 100644 --- a/source/contacteditor/frmContactEditor-Sound.cpp +++ b/source/contacteditor/frmContactEditor-Sound.cpp @@ -26,12 +26,9 @@ void frmContactEditor::AddSound( wxCommandEvent& event ) { // Bring up a form to add sound. - - int intResult = 0; - + frmContactEditorSound *frameCESound = new frmContactEditorSound ( this ); frameCESound->SetEditorMode(FALSE); - intResult = GetLastInt(&ContactEditorData.SoundsList); frameCESound->SetupPointers(&ContactEditorData.SoundsList, &ContactEditorData.SoundsListAltID, &ContactEditorData.SoundsListPID, -- 2.39.2