Remove orphaned regexp.

This commit is contained in:
Neil Fraser
2019-06-04 21:22:12 -07:00
committed by Neil Fraser
parent 985bf3af3b
commit 4f20264128

View File

@@ -82,12 +82,6 @@ Blockly.FieldColour.DEFAULT_WIDTH = 16;
*/
Blockly.FieldColour.DEFAULT_HEIGHT = 12;
/**
* Regex that defines the form of a colour string.
* @type {RegExp}
*/
Blockly.FieldColour.COLOUR_REGEX = new RegExp('#[0-9a-fA-F]{6}');
/**
* Serializable fields are saved by the XML renderer, non-serializable fields
* are not. Editable fields should also be serializable.