mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
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:
@@ -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 = "";
|
||||
|
Reference in New Issue
Block a user