Remove ifelse block and messages'

This commit is contained in:
Rachel Fenichel
2016-11-11 17:21:29 -08:00
parent 845e00c72c
commit 82261e3d68
80 changed files with 7 additions and 135 deletions

View File

@@ -51,8 +51,6 @@ Blockly.Python['controls_if'] = function(block) {
return code;
};
Blockly.Python['controls_ifelse'] = Blockly.Python['controls_if'];
Blockly.Python['logic_compare'] = function(block) {
// Comparison operator.
var OPERATORS = {