diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-07-19 10:24:01 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-07-19 10:24:01 +0000 |
| commit | 5fc2635967a60400e54854500332e2be21b88b79 (patch) | |
| tree | bc3ef41054eb009ea52e948d1bbaa206adc0054e /lib/python | |
| parent | 23ffc5c03cb0947521448055aad21843708cabdd (diff) | |
| download | enigma2-5fc2635967a60400e54854500332e2be21b88b79.tar.gz enigma2-5fc2635967a60400e54854500332e2be21b88b79.zip | |
remove no more needed function
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/ScanSetup.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/python/Screens/ScanSetup.py b/lib/python/Screens/ScanSetup.py index 2a80fcbe..b14c7e74 100644 --- a/lib/python/Screens/ScanSetup.py +++ b/lib/python/Screens/ScanSetup.py @@ -797,18 +797,6 @@ class ScanSimple(ConfigListScreen, Screen, CableTransponderSearchSupport): def getNetworksForNim(self, nim): if nim.isCompatible("DVB-S"): networks = nimmanager.getSatListForNim(nim.slot) -# the original code took "loopthrough" etc. into account. Do we need this? -# if nimmanager.getNimConfigMode(1) in ["loopthrough", "satposdepends", "equal", "nothing"]: -# return False -# sec = eDVBSatelliteEquipmentControl.getInstance() -# if sec is not None: -# exclusive_satellites = sec.get_exclusive_satellites(0,1) -# if len(exclusive_satellites) == 2: -# return False -# idx = exclusive_satellites[0]+1 -# exclusive_nim_sats = exclusive_satellites[idx+1:idx+1+exclusive_satellites[idx]] -# if len(exclusive_nim_sats): -# return True elif not nim.empty: networks = [ nim.type ] # "DVB-C" or "DVB-T". TODO: seperate networks for different C/T tuners, if we want to support that. else: |
