X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5096757411fa0869e7ca6d1a45949df54f1c155c..69f82505ec2cddcd3ecd8d8bed6af0bc3056e576:/src/html/winpars.cpp?ds=sidebyside diff --git a/src/html/winpars.cpp b/src/html/winpars.cpp index f21cf9e8fb..cb07b1d0be 100644 --- a/src/html/winpars.cpp +++ b/src/html/winpars.cpp @@ -202,7 +202,7 @@ void wxHtmlWinParser::InitParser(const wxString& source) m_FontBold = m_FontItalic = m_FontUnderlined = m_FontFixed = FALSE; m_FontSize = 3; //default one CreateCurrentFont(); // we're selecting default font into - + // we're not using GetCharWidth/Height() because of // differences under X and win wxCoord w,h; @@ -477,7 +477,6 @@ void wxHtmlWinParser::AddPreBlock(const wxString& text) const wxString::const_iterator end = text.end(); wxString::const_iterator copyFrom = text.begin(); - size_t posFrom = 0; size_t pos = 0; int posColumn = m_posColumn; for ( wxString::const_iterator i = copyFrom; i != end; ++i, ++pos ) @@ -493,7 +492,6 @@ void wxHtmlWinParser::AddPreBlock(const wxString& text) posColumn += expandTo; copyFrom = i + 1; - posFrom = pos + 1; } else {