plotview: Remove old selection slots

This commit is contained in:
Mike Walters
2016-03-05 18:30:10 +00:00
parent 473438b5d5
commit f8e30fa128
3 changed files with 3 additions and 17 deletions

View File

@@ -114,18 +114,6 @@ void PlotView::invalidateEvent()
horizontalScrollBar()->setMaximum(mainSampleSource->count());
}
void PlotView::selectionChanged(std::pair<off_t, off_t> selectionTime, std::pair<float, float> selectionFreq)
{
this->selectionTime = selectionTime;
this->selectionFreq = selectionFreq;
selection = true;
}
void PlotView::selectionCleared()
{
selection = false;
}
void PlotView::setFFTSize(int size)
{
fftSize = size;