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

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