Remove colourSecondary/tertiary from block.

This commit is contained in:
Rachel Fenichel
2019-10-28 15:18:32 -07:00
parent ecef3467fd
commit 7e84dcd3c4

View File

@@ -256,22 +256,6 @@ Blockly.Block.prototype.hue_ = null;
*/
Blockly.Block.prototype.colour_ = '#000000';
/**
* Secondary colour of the block.
* Colour of shadow blocks.
* @type {?string}
* @private
*/
Blockly.Block.prototype.colourSecondary_ = null;
/**
* Tertiary colour of the block.
* Colour of the block's border.
* @type {?string}
* @private
*/
Blockly.Block.prototype.colourTertiary_ = null;
/**
* Name of the block style.
* @type {?string}