From: Steve Brokenshire Date: Thu, 17 Mar 2016 08:17:06 +0000 (+0000) Subject: Removed unused variables from contacteditor/frmContactEditor-Calendar.cpp X-Git-Tag: release-0.11~53 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=d2af0d377f811147185b226142da45b71fc20d65 Removed unused variables from contacteditor/frmContactEditor-Calendar.cpp --- 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,