X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;ds=sidebyside;f=source%2Fcontacteditor%2FfrmContactEditor-Calendar.cpp;h=e4b813536f9656c57f5a7e37cb1a0c853b471661;hb=d2af0d377f811147185b226142da45b71fc20d65;hp=c31021021f92cd203de85a712bf209b857f8b63e;hpb=4f4ef609869729894a13a7e37b6aa5ea0ddaa32b;p=xestiaab%2F.git 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,