diff --git a/src/gui/debug.cpp b/src/gui/debug.cpp index a4588f2f..0bbae17b 100644 --- a/src/gui/debug.cpp +++ b/src/gui/debug.cpp @@ -644,7 +644,6 @@ void putDispatchChan(void* data, int chanNum, int type) { ImGui::Text(" - prev: %d",ch->prevFreq); ImGui::Text("- duty: %d",ch->duty); ImGui::Text("- sweep: %.2x",ch->sweep); - ImGui::Text("- wave: %d",ch->wave); COMMON_CHAN_DEBUG_BOOL; ImGui::TextColored(ch->sweepChanged?colorOn:colorOff,">> SweepChanged"); ImGui::TextColored(ch->furnaceDac?colorOn:colorOff,">> FurnaceDAC");