Kaydet (Commit) 694a433d authored tarafından Noel Grandin's avatar Noel Grandin

remove duplicate line

accidentally introduced with
   commit 23f9d2b0
    match_colorKeyword should be using static const lookup table

Change-Id: I64c85504af6edba9f5e6a20b20ef245d43fd611b
üst 9b4c6892
......@@ -636,7 +636,6 @@ namespace svgio
typedef std::pair< OUString, Color > ColorTokenValueType;
static const ColorTokenMapper aColorTokenMapperList {
{ ColorTokenValueType(OUString("aliceblue"), Color(240, 248, 255)) },
{ ColorTokenValueType(OUString("aliceblue"), Color(240, 248, 255) ) },
{ ColorTokenValueType(OUString("antiquewhite"), Color(250, 235, 215) ) },
{ ColorTokenValueType(OUString("aqua"), Color( 0, 255, 255) ) },
{ ColorTokenValueType(OUString("aquamarine"), Color(127, 255, 212) ) },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment