Remove obsolete import

FieldImage used to be used for the bitmaps.
This commit is contained in:
Neil Fraser
2022-01-11 12:02:31 -08:00
parent 3a54710d85
commit cfbd6b57bb
-1
View File
@@ -22,7 +22,6 @@ const {Block} = goog.requireType('Blockly.Block');
const {Blocks} = goog.require('Blockly.blocks');
const {ConnectionType} = goog.require('Blockly.ConnectionType');
const {FieldDropdown} = goog.require('Blockly.FieldDropdown');
const {FieldImage} = goog.require('Blockly.FieldImage');
const {FieldLabel} = goog.require('Blockly.FieldLabel');
const {FieldTextInput} = goog.require('Blockly.FieldTextInput');
const {Mutator} = goog.require('Blockly.Mutator');