From 5db40d0cf3871776e66f4200f4e6de065794864a Mon Sep 17 00:00:00 2001 From: Michael Dewberry Date: Fri, 7 Jul 2023 16:54:41 -0400 Subject: [PATCH] Remove serialosc pre-init on module widget load --- src/common/core/LibAVR32ModuleWidget.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/common/core/LibAVR32ModuleWidget.cpp b/src/common/core/LibAVR32ModuleWidget.cpp index e03e42d..6619851 100644 --- a/src/common/core/LibAVR32ModuleWidget.cpp +++ b/src/common/core/LibAVR32ModuleWidget.cpp @@ -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)