From 363bc00bdd236dc2ad6bd37af5923a6c2c2ebd8c Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Sat, 26 Sep 2020 15:44:52 +0200 Subject: [PATCH] dboxinfo.cpp: disable unused item --- src/gui/dboxinfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/dboxinfo.cpp b/src/gui/dboxinfo.cpp index 0db674876..1def84276 100644 --- a/src/gui/dboxinfo.cpp +++ b/src/gui/dboxinfo.cpp @@ -491,7 +491,7 @@ void CDBoxInfoWidget::paint() ypos += mheight; std::string txt; - CComponentsExtTextForm *item = new CComponentsExtTextForm(x + 10, ypos, satWidth + 10, mheight, "", ""); +// CComponentsExtTextForm *item = new CComponentsExtTextForm(x + 10, ypos, satWidth + 10, mheight, "", ""); // item->setLabelWidthPercent(15); int fecount = frontend_count;