Removing namespace declarations for deprecated and unused namespaces. (#1796)

These namespaces use to contain the original block hue constants,
but were deprecated (via comment, except for procedures) over a year
ago. With the removal of those constants, the declarations were
creating empty, unused objects.
This commit is contained in:
Andrew n marshall
2018-04-18 15:32:26 -07:00
committed by GitHub
parent 2bfff4a335
commit 75459abfdd
8 changed files with 0 additions and 9 deletions

View File

@@ -29,7 +29,6 @@
*/
'use strict';
goog.provide('Blockly.Blocks.math'); // Deprecated
goog.provide('Blockly.Constants.Math');
goog.require('Blockly.Blocks');