]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/htmltag.cpp
The UseAntiAliasing is off by default on wxMac. Add a menu item to
[wxWidgets.git] / src / html / htmltag.cpp
index c14b39fe2d6f0b317ad6f462e89810293a5aad2a..c24739b189aa844dbe07f2b6993394052763611a 100644 (file)
@@ -149,7 +149,6 @@ wxHtmlTagsCache::wxHtmlTagsCache(const wxString& source)
                         // found a match
                         if (match_pos == tag_len) {
                             pos = pos - tag_len - 3;
-                            stpos = pos;
                             break;
                         }
                         else {