Skip to content

Commit

Permalink
scansetup fix BSOD remove old code
Browse files Browse the repository at this point in the history
  • Loading branch information
captain committed Apr 6, 2019
1 parent eeb16d5 commit ed27f97
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lib/python/Screens/ScanSetup.py
Expand Up @@ -1521,11 +1521,6 @@ def keyGoCheckTimeshiftCallback(self, answer):
fec = self.scan_sat.fec_s2.value
print "add sat transponder"

if self.scan_sat.t2mi_pid.value > 0 and self.scan_sat.t2mi_plp.value >= 0:
t2mi_plp_id = (self.scan_sat.t2mi_pid.value<<16)|self.scan_sat.t2mi_plp.value
else:
t2mi_plp_id = eDVBFrontendParametersSatellite.No_T2MI_PLP_Id

self.addSatTransponder(tlist, self.scan_sat.frequency.value,
self.scan_sat.symbolrate.value,
self.scan_sat.polarization.value,
Expand Down Expand Up @@ -1696,11 +1691,6 @@ def predefinedTranspondersList(self, orbpos):
else:
fec = self.scan_sat.fec.value

if self.scan_sat.t2mi_pid.value > 0 and self.scan_sat.t2mi_plp.value >= 0:
t2mi_plp_id = (self.scan_sat.t2mi_pid.value<<16)|self.scan_sat.t2mi_plp.value
else:
t2mi_plp_id = eDVBFrontendParametersSatellite.No_T2MI_PLP_Id

compare = [
0, # DVB type
self.scan_sat.frequency.value*1000, # 1
Expand Down

0 comments on commit ed27f97

Please sign in to comment.