From 7eaabee120b68d2fb8fad317381435f4398a5e92 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Wed, 16 Mar 2016 22:11:56 +0000 Subject: [PATCH] Removed unused code from vcard/vcard.cpp --- source/vcard/vcard.cpp | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/source/vcard/vcard.cpp b/source/vcard/vcard.cpp index b6a9ee9..b519707 100644 --- a/source/vcard/vcard.cpp +++ b/source/vcard/vcard.cpp @@ -414,26 +414,6 @@ int vCard::WriteFile(wxString WriteFilename){ intLineSeek++; } - - /* - - for (int x = 0; x < intTimes; x++){ - - if (x == 0){ - SettingLine.insert((intDivider - 1), wxT("\r\n ")); - } else if (x == intTimes){ - - } else { - if (x < intDivider){ - SettingLine.insert((intDivider * (x+1)) + (x * 3), wxT("\r\n ")); - } - } - - intTimes = floor(SettingLine.Len() / intDivider); - - } - - */ ContactFile.Write(SettingLine); -- 2.39.2