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

index 4de1ddd..51e337e 100644 (file)
@@ -24,12 +24,9 @@ void frmContactEditor::AddVendorNamespace( wxCommandEvent& event )
 {
        
        // Bring up the window for adding vendor namespace data.
-       
-       int intResult = 0;
     
        frmContactEditorVendor *frameCEVen = new frmContactEditorVendor ( this );
        frameCEVen->SetEditorMode(FALSE);
-       intResult = GetLastInt(&ContactEditorData.VendorList);
        frameCEVen->SetupPointers(&ContactEditorData.VendorList,
                &ContactEditorData.VendorListPEN,
                 &ContactEditorData.VendorListElement,
@@ -93,12 +90,9 @@ void frmContactEditor::AddXToken( wxCommandEvent& event )
 {
        
        // Bring up the window for adding extended data.
-       
-       int intResult = 0;
-    
+           
        frmContactEditorXToken *frameCEXT = new frmContactEditorXToken ( this );
        frameCEXT->SetEditorMode(FALSE);
-       intResult = GetLastInt(&ContactEditorData.XTokenList);
        frameCEXT->SetupPointers(&ContactEditorData.XTokenList,
                &ContactEditorData.XTokenListTokens,
                 lboXToken,
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