diff options
author | Tom Rondeau <tom@trondeau.com> | 2013-12-19 10:03:14 -0500 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2013-12-19 10:03:14 -0500 |
commit | 830f14b757fc4a1e6c24c873e90d789378dc684d (patch) | |
tree | d9309594954ef0b0cea2bfe9776c69b6761817b8 /gr-qtgui/lib/DisplayPlot.cc | |
parent | ce38418384e2a398e59873d084fefe9db3158bad (diff) |
qtgui: fixing file mixup when merging maint->master.
Diffstat (limited to 'gr-qtgui/lib/DisplayPlot.cc')
-rw-r--r-- | gr-qtgui/lib/DisplayPlot.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gr-qtgui/lib/DisplayPlot.cc b/gr-qtgui/lib/DisplayPlot.cc index 61ed16bd7b..6f1f106f25 100644 --- a/gr-qtgui/lib/DisplayPlot.cc +++ b/gr-qtgui/lib/DisplayPlot.cc @@ -85,10 +85,6 @@ DisplayPlot::DisplayPlot(int nplots, QWidget* parent) #if QWT_VERSION < 0x060100 legendDisplay->setItemMode(QwtLegend::CheckableItem); -#else /* QWT_VERSION < 0x060100 */ - legendDisplay->setDefaultItemMode(QwtLegendData::Checkable); -#endif /* QWT_VERSION < 0x060100 */ - insertLegend(legendDisplay); connect(this, SIGNAL(legendChecked(QwtPlotItem *, bool)), this, SLOT(legendEntryChecked(QwtPlotItem *, bool))); |