[WIP] Remove unused references to instrumentation and toolbox

This commit is contained in:
Evan W. Patton
2016-10-01 02:59:18 -04:00
parent fc03770ea0
commit ff18121260
2 changed files with 1 additions and 2 deletions

View File

@@ -26,7 +26,6 @@
goog.provide('Blockly.Block');
goog.require('Blockly.Instrument'); // lyn's instrumentation code
goog.require('Blockly.Blocks');
goog.require('Blockly.Comment');
goog.require('Blockly.Connection');

View File

@@ -43,7 +43,7 @@ goog.require('Blockly.FieldVariable');
goog.require('Blockly.Generator');
goog.require('Blockly.Msg');
goog.require('Blockly.Procedures');
goog.require('Blockly.Toolbox');
//goog.require('Blockly.Toolbox');
goog.require('Blockly.WidgetDiv');
goog.require('Blockly.WorkspaceSvg');
goog.require('Blockly.constants');