From 75df7af9707fe12227d7a0b5873e9c57c3a6fc6e Mon Sep 17 00:00:00 2001 From: ghost Date: Tue, 9 Dec 2008 15:59:56 +0100 Subject: [PATCH] remove unneeded skin (already in skin_default.xml) --- .../Plugins/SystemPlugins/Satfinder/plugin.py | 40 ------------------- 1 file changed, 40 deletions(-) diff --git a/lib/python/Plugins/SystemPlugins/Satfinder/plugin.py b/lib/python/Plugins/SystemPlugins/Satfinder/plugin.py index 74568855..064ac673 100644 --- a/lib/python/Plugins/SystemPlugins/Satfinder/plugin.py +++ b/lib/python/Plugins/SystemPlugins/Satfinder/plugin.py @@ -39,46 +39,6 @@ class Tuner: self.frontend.tune(self.lastparm) class Satfinder(ScanSetup): - skin = """ - - - - - - - - - - SNRdB - - - SNR - - - AGC - - - BER - - - SNR - - - AGC - - - BER - - - LOCK - - - - LOCK - Invert - - """ - def openFrontend(self): res_mgr = eDVBResourceManager.getInstance() if res_mgr: -- 2.30.2