From d2af0d377f811147185b226142da45b71fc20d65 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Thu, 17 Mar 2016 08:17:06 +0000 Subject: [PATCH] Removed unused variables from contacteditor/frmContactEditor-Calendar.cpp --- source/contacteditor/frmContactEditor-Calendar.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/source/contacteditor/frmContactEditor-Calendar.cpp b/source/contacteditor/frmContactEditor-Calendar.cpp index c310210..e4b8135 100644 --- a/source/contacteditor/frmContactEditor-Calendar.cpp +++ b/source/contacteditor/frmContactEditor-Calendar.cpp @@ -23,12 +23,9 @@ void frmContactEditor::AddCalendarAddress( wxCommandEvent& event ) { // Bring up the window to add the calendar address. - - int intResult = 0; frmContactEditorCalAdr *frameCECalAdr = new frmContactEditorCalAdr ( this ); frameCECalAdr->SetEditorMode(FALSE); - intResult = GetLastInt(&ContactEditorData.CalendarList); frameCECalAdr->SetupPointers(&ContactEditorData.CalendarList, &ContactEditorData.CalendarListAltID, &ContactEditorData.CalendarListPID, @@ -103,12 +100,9 @@ void frmContactEditor::AddCalendarRequest( wxCommandEvent& event ) { // Bring up the window to add a calendar request address. - - int intResult = 0; frmContactEditorCalAdr *frameCECalAdr = new frmContactEditorCalAdr ( this ); frameCECalAdr->SetEditorMode(FALSE); - intResult = GetLastInt(&ContactEditorData.CalendarRequestList); frameCECalAdr->SetupPointers(&ContactEditorData.CalendarRequestList, &ContactEditorData.CalendarRequestListAltID, &ContactEditorData.CalendarRequestListPID, @@ -184,12 +178,9 @@ void frmContactEditor::AddFreeBusy( wxCommandEvent& event ) { // Bring up the window to add a calendar free/busy address. - - int intResult = 0; frmContactEditorCalAdr *frameCECalAdr = new frmContactEditorCalAdr ( this ); frameCECalAdr->SetEditorMode(FALSE); - intResult = GetLastInt(&ContactEditorData.FreeBusyList); frameCECalAdr->SetupPointers(&ContactEditorData.FreeBusyList, &ContactEditorData.FreeBusyListAltID, &ContactEditorData.FreeBusyListPID, -- 2.39.2