]> git.saurik.com Git - wxWidgets.git/commitdiff
part of DS' change _was_ corrent, restored
authorVáclav Slavík <vslavik@fastmail.fm>
Tue, 11 Nov 2003 12:35:24 +0000 (12:35 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Tue, 11 Nov 2003 12:35:24 +0000 (12:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24519 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/html/htmltag.cpp

index 6def30c1898e86b7080a746a726a9bbd7b2f5a41..c24739b189aa844dbe07f2b6993394052763611a 100644 (file)
@@ -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 {