remove commented code to save space
[enigma2.git] / lib / python / Screens / Satconfig.py
index f7550444b2490b20b055979c3733476189113536..c188540a8ccff638b6eca0a984e5819f865c8f07 100644 (file)
@@ -68,20 +68,10 @@ class NimSetup(Screen):
                        self.createSetup()
                
        def keyLeft(self):
-               if self["config"].getCurrent() == self.configMode:
-                       if self.nim.slotid == 0:
-                               return
                self["config"].handleKey(config.key["prevElement"])
                self.newConfig()
 
        def keyRight(self):
-               #forbid to enable advanced mode until its ready
-               #perhaps its better to use an own element here
-               #this suckz .. how enable advanced config?
-               if self["config"].getCurrent() == self.configMode:
-                       if self.nim.slotid == 0:
-                               return
-
                self["config"].handleKey(config.key["nextElement"])
                self.newConfig()