dboxinfo.cpp: disable unused item

Origin commit data
------------------
Commit: 9c0b7e0a9f
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2020-09-26 (Sat, 26 Sep 2020)
This commit is contained in:
Jacek Jendrzej
2020-09-26 15:44:52 +02:00
committed by vanhofen
parent 5180715aa3
commit 8d24de3caf

View File

@@ -509,7 +509,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;