From 3bc1d3eb847bfaab3e8369837021ba5f68283be0 Mon Sep 17 00:00:00 2001 From: seife Date: Fri, 13 May 2011 17:03:37 +0000 Subject: [PATCH] infoviewer: remove unnecessary cs_get_revision() which breaks build git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1471 e54a6e83-5905-42d5-8d5c-058d10e6a962 --- src/gui/infoviewer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/infoviewer.cpp b/src/gui/infoviewer.cpp index e3182008e..2434de685 100644 --- a/src/gui/infoviewer.cpp +++ b/src/gui/infoviewer.cpp @@ -1302,7 +1302,7 @@ void CInfoViewer::showSNR () newfreq = false; CZapitClient::CCurrentServiceInfo si = g_Zapit->getCurrentServiceInfo (); std::string polarisation; - if (g_info.delivery_system == DVB_S || (cs_get_revision() == 1)) + if (g_info.delivery_system == DVB_S) polarisation = (si.polarisation) ? "V" : "H"; else polarisation = "";