From af35702f3e6141055c2796723201c636ef54e444 Mon Sep 17 00:00:00 2001 From: alschmiedt Date: Thu, 10 Jan 2019 12:04:47 -0800 Subject: [PATCH] Final fixes --- core/block.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/core/block.js b/core/block.js index 80e70c2d1..a672248eb 100644 --- a/core/block.js +++ b/core/block.js @@ -253,13 +253,6 @@ Blockly.Block.prototype.secondaryColour_ = null; */ Blockly.Block.prototype.tertiaryColour_ = null; -/** - * Style of the block. - * @type {?Object} Map from style attribute name (string) to style value (string) - * @private - */ -Blockly.Block.prototype.style_ = null; - /** * Name of the block style. * @type {?string}