mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-13 00:13:43 +02:00
infoviewer_bb.cpp: remove unnecessary #if, #endif
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user