diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-02-24 14:14:57 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-02-24 14:14:57 +0000 |
| commit | df7d9f3578c68b22c95ab9daa23bd0fa168f6d11 (patch) | |
| tree | e02e31f3370f92ecaac63d6824942bafead2fbe6 /lib/python/Components/Input.py | |
| parent | 00baaebc6c9a408dcde721da3fed8b03a90fd28e (diff) | |
| download | enigma2-df7d9f3578c68b22c95ab9daa23bd0fa168f6d11.tar.gz enigma2-df7d9f3578c68b22c95ab9daa23bd0fa168f6d11.zip | |
generic show/hide support for GUIComponents
Diffstat (limited to 'lib/python/Components/Input.py')
| -rw-r--r-- | lib/python/Components/Input.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/python/Components/Input.py b/lib/python/Components/Input.py index a0252e46..f1a17d90 100644 --- a/lib/python/Components/Input.py +++ b/lib/python/Components/Input.py @@ -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 |
