diff --git a/plotview.cpp b/plotview.cpp index 27cc4cd..041b884 100644 --- a/plotview.cpp +++ b/plotview.cpp @@ -36,8 +36,6 @@ PlotView::PlotView(InputSource *input) : cursors(this), viewRange({0, 0}) auto tunerOutput = std::dynamic_pointer_cast>>(spectrogramPlot->output()); addPlot(spectrogramPlot); - addPlot(Plots::samplePlot(tunerOutput)); - addPlot(Plots::frequencyPlot(tunerOutput)); viewport()->installEventFilter(this); mainSampleSource->subscribe(this);