remove useless menu item in pager decoder

pull/1385/head
AlexandreRouma 2024-04-05 20:15:21 +02:00
rodzic 17f698577f
commit fdfb1dbf5e
1 zmienionych plików z 0 dodań i 4 usunięć

Wyświetl plik

@ -45,10 +45,6 @@ public:
// TODO // TODO
} }
if (ImGui::Button("Detune")) {
dsp.detune();
}
ImGui::FillWidth(); ImGui::FillWidth();
diag.draw(); diag.draw();
} }