Skip to content

Commit

Permalink
Revert "synth extension"
Browse files Browse the repository at this point in the history
This reverts commit dbd513d.
  • Loading branch information
kchadha committed May 24, 2019
1 parent d1b261d commit dbcbe8b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 25,218 deletions.
378 changes: 0 additions & 378 deletions src/extension-support/extension-manager-old.js

This file was deleted.

3 changes: 1 addition & 2 deletions src/extension-support/extension-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ const builtinExtensions = {
ev3: () => require('../extensions/scratch3_ev3'),
makeymakey: () => require('../extensions/scratch3_makeymakey'),
boost: () => require('../extensions/scratch3_boost'),
gdxfor: () => require('../extensions/scratch3_gdx_for'),
synth: () => require('../extensions/scratch3_synth'),
gdxfor: () => require('../extensions/scratch3_gdx_for')
};

/**
Expand Down
Loading

0 comments on commit dbcbe8b

Please sign in to comment.