From 238d85924839bbf07e7c054dfcd2b3cfaaaa1c9a Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Thu, 17 Mar 2016 17:38:42 +0000 Subject: [PATCH] Removed unused variables from export/export-vcard4.cpp --- source/export/export-vcard4.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/export/export-vcard4.cpp b/source/export/export-vcard4.cpp index a3256c9..0e99fc4 100644 --- a/source/export/export-vcard4.cpp +++ b/source/export/export-vcard4.cpp @@ -70,8 +70,6 @@ void ExportVCard4(bool DirMode, wxString OutputLocation, wxArrayString *FileList FinalFilename.Append(Filename); #endif - - bool CopyResult = wxCopyFile(FileList->Item(i), FinalFilename); (*ExportCount)++; -- 2.39.2