From 7196f58f416925c30cd654ffca698d8b87190b03 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sun, 7 Feb 2021 17:00:20 +0100 Subject: [PATCH] infoviewer_bb.cpp: remove unnecessary #if, #endif --- src/gui/infoviewer_bb.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/gui/infoviewer_bb.cpp b/src/gui/infoviewer_bb.cpp index 178da8a9f..83ac29976 100644 --- a/src/gui/infoviewer_bb.cpp +++ b/src/gui/infoviewer_bb.cpp @@ -574,11 +574,7 @@ void CInfoViewerBB::showIcon_Resolution() #if 0 if ((scrambledNoSig) || ((!fta) && (scrambledErr))) #endif -#if HAVE_ARM_HARDWARE - if (!g_InfoViewer->chanready) -#else if (!g_InfoViewer->chanready || videoDecoder->getBlank()) -#endif { icon_name = NEUTRINO_ICON_RESOLUTION_000; } else {