From 495bcb79429e110e722da3102707e9a9b8cb2b72 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Tue, 15 Mar 2016 22:06:10 +0000 Subject: [PATCH] Removed commented out code from vcard/vcard34conv-v3conv.cpp --- source/vcard/vcard34conv-v3conv.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/source/vcard/vcard34conv-v3conv.cpp b/source/vcard/vcard34conv-v3conv.cpp index 54be62b..67d69e9 100644 --- a/source/vcard/vcard34conv-v3conv.cpp +++ b/source/vcard/vcard34conv-v3conv.cpp @@ -40,8 +40,6 @@ bool vCard34Conv::ConvertToV3(wxString Filename, wxString *wxSData){ vCard ContactDatav3; - //wxSContactFilename = Filename; - // Check if we are using wxWidgets version 2.8 or less and // execute the required command accordingly. @@ -130,7 +128,6 @@ bool vCard34Conv::ConvertToV3(wxString Filename, wxString *wxSData){ int VendorCount = 0; int XTokenCount = 0; int ItemSeek = 1; - //int intValueSeek = 1; wxString strVer; @@ -171,8 +168,6 @@ bool vCard34Conv::ConvertToV3(wxString Filename, wxString *wxSData){ if (wxSPropertyNextLine.Mid(0, 1) == wxT(" ") || wxSPropertyNextLine.Mid(0, 1) == wxT("\t")){ wxSPropertyNextLine.Remove(0, 1); - //wxSPropertyNextLine.Trim(FALSE); - //ContactLine.Trim(); ContactLine.Append(wxSPropertyNextLine); } else { @@ -243,8 +238,6 @@ bool vCard34Conv::ConvertToV3(wxString Filename, wxString *wxSData){ wxString PropertyValue; wxString PropertyTokens; int intPrevValue = 4; - - //SplitValues(&wxSPropertySeg1, &SplitPoints, &SplitLength, intPrevValue); intPrevValue = 3; @@ -913,8 +906,6 @@ bool vCard34Conv::ConvertToV3(wxString Filename, wxString *wxSData){ } else if (TypePropertyName == wxT("textphone")){ - //if (!TelTypeOut.IsEmpty()){ TelTypeOut.Append(wxT(";")); } - if (!FinalFriendlyString.IsEmpty()){ FinalFriendlyString.Append(_(", Textphone")); } else { FinalFriendlyString.Append(_("Textphone")); } TelTypeOut.Append(wxT(";")); -- 2.39.2