summaryrefslogtreecommitdiff
path: root/gr-qtgui/lib/DisplayPlot.cc
diff options
context:
space:
mode:
authorTom Rondeau <tom@trondeau.com>2013-12-19 10:03:14 -0500
committerTom Rondeau <tom@trondeau.com>2013-12-19 10:03:14 -0500
commit830f14b757fc4a1e6c24c873e90d789378dc684d (patch)
treed9309594954ef0b0cea2bfe9776c69b6761817b8 /gr-qtgui/lib/DisplayPlot.cc
parentce38418384e2a398e59873d084fefe9db3158bad (diff)
qtgui: fixing file mixup when merging maint->master.
Diffstat (limited to 'gr-qtgui/lib/DisplayPlot.cc')
-rw-r--r--gr-qtgui/lib/DisplayPlot.cc4
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)));