From: Steve Brokenshire Date: Thu, 17 Mar 2016 17:39:27 +0000 (+0000) Subject: Removed unused variables from export/export.cpp X-Git-Tag: release-0.11~35 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=4210e46f4ced6e4ba1f525f1fc8c01fac080e2eb Removed unused variables from export/export.cpp --- diff --git a/source/export/export.cpp b/source/export/export.cpp index 5f0f734..8c9cc2d 100644 --- a/source/export/export.cpp +++ b/source/export/export.cpp @@ -34,8 +34,6 @@ void ExportRun(frmMain *frmMainPtrInc, wxArrayString *FileListInc){ wxString FileTypes; bool DirMode = FALSE; - long ContactsExported = 0; - long ContactsCollected = 0; int ExportType = 0; int ExportCount = 0; wxString FinalFilename;