From 8a9c7996ed4a1a850a77a47befc3cee8b97e0cdf Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 7 Nov 2017 21:42:59 +0100 Subject: [PATCH] streaminfo2: cleanup from unsupported hardware ifdefs Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/38c86eed6be7e94a5d987dccede71581e18b34b8 Author: vanhofen Date: 2017-11-07 (Tue, 07 Nov 2017) Origin message was: ------------------ - streaminfo2: cleanup from unsupported hardware ifdefs --- src/gui/streaminfo2.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/gui/streaminfo2.cpp b/src/gui/streaminfo2.cpp index 4eda0341f..a7f8a1c2b 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)