mirror of
https://github.com/google/blockly.git
synced 2026-01-09 10:00:09 +01:00
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:
committed by
GitHub
parent
2bfff4a335
commit
75459abfdd
@@ -24,7 +24,6 @@
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
goog.provide('Blockly.Blocks.texts'); // Deprecated
|
||||
goog.provide('Blockly.Constants.Text');
|
||||
|
||||
goog.require('Blockly.Blocks');
|
||||
|
||||
Reference in New Issue
Block a user