Skip to content

Commit

Permalink
Remove calls to lazy-init functions at plugin init
Browse files Browse the repository at this point in the history
  • Loading branch information
Dewb committed Jun 21, 2023
1 parent d4a2bb0 commit 1303e39
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,5 @@ void init(Plugin* p)

// p->addModel(modelFaderbank);

// initialize SerialOsc
SerialOscInterface::get()->driver->getDeviceCount();

// initialize ii bus
iiBus::Initialize();

initThemes();
}

0 comments on commit 1303e39

Please sign in to comment.