Skip to content

Commit

Permalink
remove deprecated code
Browse files Browse the repository at this point in the history
  • Loading branch information
jwklong authored Sep 9, 2024
1 parent f23796c commit 80a87a4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions blocks_vertical/procedures.js
Original file line number Diff line number Diff line change
Expand Up @@ -691,11 +691,6 @@ Blockly.ScratchBlocks.ProcedureUtils.updateDeclarationProcCode_ = function() {
var target = input.connection.targetBlock();
this.displayNames_.push(target.getFieldValue('TEXT'));
this.argumentIds_.push(input.name);
if (target.type == 'argument_editor_boolean') {
this.procCode_ += '%b';
} else {
this.procCode_ += '%s';
}
switch (target.type) {
case 'argument_editor_string_number':
this.procCode_ += '%s';
Expand Down

0 comments on commit 80a87a4

Please sign in to comment.