diff --git a/core/block.js b/core/block.js index 2a0f752f0..71453bf6c 100644 --- a/core/block.js +++ b/core/block.js @@ -539,7 +539,6 @@ Blockly.Block.prototype.lastConnectionInStack = function() { /** * Bump unconnected blocks out of alignment. Two blocks which aren't actually * connected should not coincidentally line up on screen. - * @package */ Blockly.Block.prototype.bumpNeighbours = function() { console.warn('Not expected to reach Block.bumpNeighbours function. ' + diff --git a/core/block_svg.js b/core/block_svg.js index 07bd42d46..42183cbf8 100644 --- a/core/block_svg.js +++ b/core/block_svg.js @@ -1566,7 +1566,6 @@ Blockly.BlockSvg.prototype.makeConnection_ = function(type) { /** * Bump unconnected blocks out of alignment. Two blocks which aren't actually * connected should not coincidentally line up on screen. - * @package */ Blockly.BlockSvg.prototype.bumpNeighbours = function() { if (!this.workspace) {