From: Steve Brokenshire Date: Sun, 13 Mar 2016 12:58:02 +0000 (+0000) Subject: Removed commented out code from contacteditor/frmContactEditor-Logo.cpp X-Git-Tag: release-0.11~78 X-Git-Url: http://Server1/repobrowser/?a=commitdiff_plain;h=fb9cf55d990f7419dd7ae3ce9fdaadf07059b9cb;p=xestiaab%2F.git Removed commented out code from contacteditor/frmContactEditor-Logo.cpp --- diff --git a/source/contacteditor/frmContactEditor-Logo.cpp b/source/contacteditor/frmContactEditor-Logo.cpp index cf9e3f4..e75a6a0 100644 --- a/source/contacteditor/frmContactEditor-Logo.cpp +++ b/source/contacteditor/frmContactEditor-Logo.cpp @@ -46,8 +46,7 @@ void frmContactEditor::LoadLogo( wxListEvent& event ) wxMemoryInputStream istream(base64dec.c_str(), (size_t)base64dec.size()); wxImage photo; - //wxMemoryInputStream istream(base64dec, (size_t)base64dec.size()); - + if (pictypeiter->second == wxT("image/jpeg")){ if (!photo.LoadFile(istream, wxBITMAP_TYPE_JPEG)){