From df7d9f3578c68b22c95ab9daa23bd0fa168f6d11 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Fri, 24 Feb 2006 14:14:57 +0000 Subject: generic show/hide support for GUIComponents --- lib/python/Components/Input.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib/python/Components/Input.py') 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 -- cgit v1.2.3