diff --git a/decoder_modules/pager_decoder/src/pocsag/decoder.h b/decoder_modules/pager_decoder/src/pocsag/decoder.h index 9807e6d3..ce0da317 100644 --- a/decoder_modules/pager_decoder/src/pocsag/decoder.h +++ b/decoder_modules/pager_decoder/src/pocsag/decoder.h @@ -45,10 +45,6 @@ public: // TODO } - if (ImGui::Button("Detune")) { - dsp.detune(); - } - ImGui::FillWidth(); diag.draw(); }