]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/markupparser.cpp
Add missing WXK constants for the control keys
[wxWidgets.git] / src / common / markupparser.cpp
index c0580e242fe770185d0abb4e3480cc4a4e37a12f..70b680bd7f9a2a6d9d688f50d91d81b6336aa558 100644 (file)
@@ -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) )