infoviewer: fix display of DolbyDigital icon

Origin commit data
------------------
Commit: 2694b87d08
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-01-21 (Thu, 21 Jan 2016)

Origin message was:
------------------
- infoviewer: fix display of DolbyDigital icon
This commit is contained in:
vanhofen
2016-01-21 08:25:18 +01:00
parent f747af407f
commit 8bcbb0b77b
2 changed files with 6 additions and 13 deletions

View File

@@ -439,9 +439,6 @@ void CInfoViewerBB::showBBButtons(const int modus)
}
}
if (modus == CInfoViewerBB::BUTTON_GREEN)
showIcon_DD();
for (i = 0; i < CInfoViewerBB::BUTTON_MAX; i++) {
tmp_bbButtonInfoText[i] = bbButtonInfo[i].text;
}