Remove unused Blockly.Generator.NAME_TYPE

This commit is contained in:
Neil Fraser
2021-05-21 10:13:50 -07:00
committed by Neil Fraser
parent a385f3c2a6
commit 5d2c48e1ab

View File

@@ -32,11 +32,6 @@ Blockly.Generator = function(name) {
new RegExp(this.FUNCTION_NAME_PLACEHOLDER_, 'g');
};
/**
* Category to separate generated function names from variables and procedures.
*/
Blockly.Generator.NAME_TYPE = 'generated_function';
/**
* Arbitrary code to inject into locations that risk causing infinite loops.
* Any instances of '%1' will be replaced by the block ID that failed.