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


Origin commit data
------------------
Branch: ni/coolstream
Commit: 3bc1d3eb84
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-05-13 (Fri, 13 May 2011)



------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2011-05-13 17:03:37 +00:00
parent 5a84c9ca53
commit 47c582d41f

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 = "";