mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
dboxinfo.cpp: disable unused item
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user