dboxinfo.cpp: disable unused item

This commit is contained in:
Jacek Jendrzej
2020-09-26 15:44:52 +02:00
parent 1df7300db8
commit 363bc00bdd

View File

@@ -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;