Skip to content

Commit

Permalink
Remove serialosc pre-init on module widget load
Browse files Browse the repository at this point in the history
  • Loading branch information
Dewb committed Jul 7, 2023
1 parent fca26eb commit 5db40d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/common/core/LibAVR32ModuleWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ struct FirmwareSubmenuItem : MenuItem

LibAVR32ModuleWidget::LibAVR32ModuleWidget()
{
// make sure serialosc is fully initialized before the user opens the right-click menu
SerialOscInterface::get();
}

void LibAVR32ModuleWidget::appendContextMenu(rack::Menu* menu)
Expand Down

0 comments on commit 5db40d0

Please sign in to comment.