From: Steve Brokenshire Date: Wed, 16 Mar 2016 22:11:56 +0000 (+0000) Subject: Removed unused code from vcard/vcard.cpp X-Git-Tag: release-0.11~55^2~4 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=7eaabee120b68d2fb8fad317381435f4398a5e92 Removed unused code from vcard/vcard.cpp --- 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);