X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e779f0935774b9fb0ded3ca55ca2c0dc92330813..64ea838d8f4d1853b7d850db93ee565e901d099a:/src/common/markupparser.cpp diff --git a/src/common/markupparser.cpp b/src/common/markupparser.cpp index c0580e242f..70b680bd7f 100644 --- a/src/common/markupparser.cpp +++ b/src/common/markupparser.cpp @@ -172,7 +172,6 @@ wxMarkupParser::ParseAttrs(wxString attrs, TagAndAttrs& tagAndAttrs) else // Must be a CSS-like size specification { int cssSize = 1; - wxString rest; if ( value.StartsWith("xx-", &rest) ) cssSize = 3; else if ( value.StartsWith("x-", &rest) )