remove useless menu item in pager decoder

This commit is contained in:
AlexandreRouma 2024-04-05 20:15:21 +02:00
parent 17f698577f
commit fdfb1dbf5e

View File

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