streaminfo2: cleanup from unsupported hardware ifdefs

Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Commit: c154364b4e
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-07 (Tue, 07 Nov 2017)

Origin message was:
------------------
- streaminfo2: cleanup from unsupported hardware ifdefs

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
vanhofen
2017-11-07 21:42:59 +01:00
committed by Thilo Graf
parent ffac7d2c88
commit 23a66f23c7

View File

@@ -929,11 +929,7 @@ void CStreamInfo2::paint_techinfo(int xpos, int ypos)
}
}
#if BOXMODEL_UFS910
if (mp || channel->getVideoPid())
#else
if (((mp && IS_WEBCHAN(channel->getChannelID()) && CNeutrinoApp::getInstance()->getMode() == NeutrinoMessages::mode_webtv) || channel->getVideoPid()) && !(videoDecoder->getBlank()))
#endif
{
videoDecoder->getPictureInfo(xres, yres, framerate);
if (yres == 1088)