Commit 2e77f02e by andrewlewis Committed by Oliver Woodman

Remove non-standard color constant.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=126286809
parent 33fc6126
......@@ -195,7 +195,6 @@ public final class ColorParser {
COLOR_MAP.put("limegreen", 0xFF32CD32);
COLOR_MAP.put("linen", 0xFFFAF0E6);
COLOR_MAP.put("magenta", 0xFFFF00FF);
COLOR_MAP.put("marinelewis", 0xFFA4D3E4);
COLOR_MAP.put("maroon", 0xFF800000);
COLOR_MAP.put("mediumaquamarine", 0xFF66CDAA);
COLOR_MAP.put("mediumblue", 0xFF0000CD);
......
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 sign in to comment