generic show/hide support for GUIComponents
[enigma2.git] / lib / python / Components / Input.py
index a0252e46d83f13976468972013efee436c254371..f1a17d90b8f042453d18418a4c9ff9af4b648506 100644 (file)
@@ -78,9 +78,3 @@ class Input(HTMLComponent, GUIComponent, VariableText):
                if self.type == self.PIN or self.type == self.NUMBER:
                        self.right()
                self.update()
-
-       def show(self):
-               self.instance.show()
-
-       def hide(self):
-               self.instance.hide()
\ No newline at end of file