Skip to content

Commit

Permalink
disable this for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Mar 10, 2024
1 parent efffad9 commit ffe6af5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions VortexEditor/VortexEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1140,6 +1140,7 @@ void VortexEditor::transmitIR(VWindow *window)

void VortexEditor::receiveVL(VWindow *window)
{
#if 0
VortexPort *port = nullptr;
if (!isConnected() || !getCurPort(&port)) {
return;
Expand Down Expand Up @@ -1174,6 +1175,7 @@ void VortexEditor::receiveVL(VWindow *window)
m_modeListBox.setSelection(m_vortex.numModes() - 1);
m_ledsMultiListBox.setSelection(0);
refreshLedList();
#endif
}

void VortexEditor::selectMode(VWindow *window)
Expand Down

0 comments on commit ffe6af5

Please sign in to comment.