mirror of
https://github.com/google/blockly.git
synced 2026-01-09 10:00:09 +01:00
Remove unused variables in core/renderers/measurables/top_row.js
This commit is contained in:
@@ -102,7 +102,6 @@ TopRow.prototype.measure = function() {
|
||||
let height = 0;
|
||||
let width = 0;
|
||||
let ascenderHeight = 0;
|
||||
let e = 0, elem;
|
||||
for (let i = 0; i < this.elements.length; i++) {
|
||||
const elem = this.elements[i];
|
||||
width += elem.width;
|
||||
|
||||
Reference in New Issue
Block a user