Skip to content

Commit

Permalink
removed module not yet ready
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymuller committed Nov 12, 2020
1 parent ce35ded commit dadd3cf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ void init(Plugin* p) {
p->addModel(modelPhotron);
p->addModel(modelOrbitones);
p->addModel(modelAbsorptionSpectrum);
p->addModel(modelTalea);

// Any other plugin initialization may go here.
// As an alternative, consider lazy-loading assets and lookup tables when your module is created to reduce startup times of Rack.
Expand Down
1 change: 0 additions & 1 deletion src/plugin.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ extern Model *modelQubitCrusher;
extern Model *modelPhotron;
extern Model *modelOrbitones;
extern Model *modelAbsorptionSpectrum;
extern Model *modelTalea;

/************************** INLINE FUNCTIONS **************************/

Expand Down

0 comments on commit dadd3cf

Please sign in to comment.