From: Steve Brokenshire Date: Sun, 13 Mar 2016 13:15:56 +0000 (+0000) Subject: Removed commented out code from contacteditor/frmContactEditor-Picture.cpp X-Git-Tag: release-0.11~73 X-Git-Url: http://Server1/repobrowser/?a=commitdiff_plain;h=635993e1cbdacc762a87271fc19d5f8411326886;p=xestiaab%2F.git Removed commented out code from contacteditor/frmContactEditor-Picture.cpp --- diff --git a/source/contacteditor/frmContactEditor-Picture.cpp b/source/contacteditor/frmContactEditor-Picture.cpp index add6570..cc29944 100644 --- a/source/contacteditor/frmContactEditor-Picture.cpp +++ b/source/contacteditor/frmContactEditor-Picture.cpp @@ -138,7 +138,6 @@ void frmContactEditor::LoadPicture( 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")){