mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-29 15:39:39 -04:00
Remove YieldTimers, unused WeDo blocks
This commit is contained in:
parent
6daee9a70e
commit
ab6e0d3839
8 changed files with 11 additions and 280 deletions
src/engine
|
@ -77,7 +77,6 @@ var execute = function (sequencer, thread) {
|
|||
done: function() {
|
||||
sequencer.proceedThread(thread);
|
||||
},
|
||||
timeout: thread.addTimeout.bind(thread),
|
||||
stackFrame: currentStackFrame.executionContext,
|
||||
startSubstack: function (substackNum) {
|
||||
sequencer.stepToSubstack(thread, substackNum);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue