X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/335d75793112d2ecea62c3d458b6ebcdb2291c82..359878c33e86222a2156e25705ec97ab630a8763:/src/html/htmltag.cpp diff --git a/src/html/htmltag.cpp b/src/html/htmltag.cpp index 6def30c189..e74bb142be 100644 --- a/src/html/htmltag.cpp +++ b/src/html/htmltag.cpp @@ -4,7 +4,7 @@ // Author: Vaclav Slavik // RCS-ID: $Id$ // Copyright: (c) 1999 Vaclav Slavik -// Licence: wxWindows Licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -149,8 +149,6 @@ wxHtmlTagsCache::wxHtmlTagsCache(const wxString& source) // found a match if (match_pos == tag_len) { pos = pos - tag_len - 3; - stpos = pos; - wxUnusedVar(stpos); break; } else {