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
This commit is contained in:
seife
2011-05-13 17:03:37 +00:00
parent 193f14d93e
commit 3bc1d3eb84

View File

@@ -1302,7 +1302,7 @@ void CInfoViewer::showSNR ()
newfreq = false; newfreq = false;
CZapitClient::CCurrentServiceInfo si = g_Zapit->getCurrentServiceInfo (); CZapitClient::CCurrentServiceInfo si = g_Zapit->getCurrentServiceInfo ();
std::string polarisation; 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"; polarisation = (si.polarisation) ? "V" : "H";
else else
polarisation = ""; polarisation = "";