X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FComponents%2FTunerInfo.py;h=578a75cda8e6337306d96a41c4b1ee86cf508cb5;hp=68d5464ef5c97c1a832008c7bd4eef6078f5ce7f;hb=83d2819a49d7182cb8cee41caeb3c20d9187aba5;hpb=bdca37f50ead379c84b9b11da3479001ee59792f diff --git a/lib/python/Components/TunerInfo.py b/lib/python/Components/TunerInfo.py index 68d5464..578a75c 100755 --- a/lib/python/Components/TunerInfo.py +++ b/lib/python/Components/TunerInfo.py @@ -60,8 +60,6 @@ class TunerInfo(GUIComponent): value = self.getValue(self.LOCK) if self.type == self.SNR_DB: -# ikseong -# if value != 0x12345678: if value is not None and value != 0x12345678: self.setText("%3.02f dB" % (value / 100.0)) else: