Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Removed unused variables from contacteditor/frmContactEditor-Calendar.cpp
authorSteve Brokenshire <sbrokenshire@xestia.co.uk>
Thu, 17 Mar 2016 08:17:06 +0000 (08:17 +0000)
committerSteve Brokenshire <sbrokenshire@xestia.co.uk>
Thu, 17 Mar 2016 08:17:06 +0000 (08:17 +0000)
source/contacteditor/frmContactEditor-Calendar.cpp

index c310210..e4b8135 100644 (file)
@@ -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,
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy