From 23a66f23c7caaf87e46d196e1b68a327200cd471 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 Signed-off-by: Thilo Graf Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/c154364b4e67d2546dac7e20516a0389be6d799b Author: vanhofen Date: 2017-11-07 (Tue, 07 Nov 2017) Origin message was: ------------------ - 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)