Commit 2d216cd9 authored by Bryant Mairs's avatar Bryant Mairs

Remove non-existent signal connection from IncrementalPlot.

I don't think it's needed anywhere in QGC since this has been a bug for a long time.
parent 91e81957
......@@ -100,8 +100,6 @@ IncrementalPlot::IncrementalPlot(QWidget *parent):
resetScaling();
legend = NULL;
connect(this, SIGNAL(legendChecked(QwtPlotItem*,bool)), this, SLOT(handleLegendClick(QwtPlotItem*,bool)));
}
IncrementalPlot::~IncrementalPlot()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment