From c154364b4e67d2546dac7e20516a0389be6d799b Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Tue, 7 Nov 2017 21:42:59 +0100 Subject: [PATCH] - streaminfo2: cleanup from unsupported hardware ifdefs Signed-off-by: Thilo Graf --- src/gui/streaminfo2.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/gui/streaminfo2.cpp b/src/gui/streaminfo2.cpp index 8af793a68..4ed37e0f5 100644 --- a/src/gui/streaminfo2.cpp +++ b/src/gui/streaminfo2.cpp @@ -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)