fix compile after cherry-picking

Origin commit data
------------------
Branch: ni/coolstream
Commit: 631308fefb
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-01-05 (Sun, 05 Jan 2020)

Origin message was:
------------------
- fix compile after cherry-picking

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2020-01-05 22:22:22 +01:00
parent 24a68c9963
commit a113a41f14

View File

@@ -2103,12 +2103,6 @@ void CInfoViewer::killTitle()
is_visible = false;
infoViewerBB->is_visible = false;
if (g_settings.radiotext_enable && g_Radiotext)
{
g_Radiotext->S_RtOsd = g_Radiotext->haveRadiotext() ? 1 : 0;
killRadiotext();
}
//NI InfoIcons
if (!g_settings.mode_icons && g_settings.mode_icons_skin == INFOICONS_INFOVIEWER)
CInfoIcons::getInstance()->hideIcons();