aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/db.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dvb/db.cpp')
-rw-r--r--lib/dvb/db.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/db.cpp b/lib/dvb/db.cpp
index dd942490..31b70882 100644
--- a/lib/dvb/db.cpp
+++ b/lib/dvb/db.cpp
@@ -763,7 +763,7 @@ RESULT eDVBDB::removeServices(eDVBChannelID chid, unsigned int orbpos)
bool remove=true;
int system;
it->second.m_frontendParameters->getSystem(system);
- if ( orbpos != 0xFFFFFFFF && system == iDVBFrontend::feSatellite )
+ if ( system == iDVBFrontend::feSatellite )
{
eDVBFrontendParametersSatellite sat;
it->second.m_frontendParameters->getDVBS(sat);