X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e779f0935774b9fb0ded3ca55ca2c0dc92330813..931d6a47c32a5b4c283243cb553ce71ee2b535d5:/src/common/markupparser.cpp?ds=sidebyside diff --git a/src/common/markupparser.cpp b/src/common/markupparser.cpp index c0580e242f..5dbbf840cf 100644 --- a/src/common/markupparser.cpp +++ b/src/common/markupparser.cpp @@ -3,7 +3,6 @@ // Purpose: Implementation of wxMarkupParser. // Author: Vadim Zeitlin // Created: 2011-02-16 -// RCS-ID: $Id$ // Copyright: (c) 2011 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -172,7 +171,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) )