Skip to content

Commit

Permalink
Fix post rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
elecpower committed Dec 13, 2024
1 parent 9116f12 commit 3858b30
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions companion/src/simulation/simulatorwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,6 @@ SimulatorWidget::SimulatorWidget(QWidget * parent, SimulatorInterface * simulato
case Board::BOARD_RADIOMASTER_BOXER:
radioUiWidget = new SimulatedUIWidgetBoxer(simulator, this);
break;
case Board::BOARD_RADIOMASTER_GX12:
radioUiWidget = new SimulatedUIWidgetGeneric(simulator, this);
break;
case Board::BOARD_RADIOMASTER_T8:
radioUiWidget = new SimulatedUIWidgetT8(simulator, this);
break;
Expand Down

0 comments on commit 3858b30

Please sign in to comment.