diff --git a/src/plugin.cpp b/src/plugin.cpp index 0796d1d..ee1e824 100644 --- a/src/plugin.cpp +++ b/src/plugin.cpp @@ -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. diff --git a/src/plugin.hpp b/src/plugin.hpp index 96b47c1..3a9c8d9 100644 --- a/src/plugin.hpp +++ b/src/plugin.hpp @@ -21,7 +21,6 @@ extern Model *modelQubitCrusher; extern Model *modelPhotron; extern Model *modelOrbitones; extern Model *modelAbsorptionSpectrum; -extern Model *modelTalea; /************************** INLINE FUNCTIONS **************************/