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/GUISkin.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/python/Components/GUISkin.py') diff --git a/lib/python/Components/GUISkin.py b/lib/python/Components/GUISkin.py index cf8e1894..f97dd8bd 100644 --- a/lib/python/Components/GUISkin.py +++ b/lib/python/Components/GUISkin.py @@ -25,8 +25,6 @@ class GUISkin: else: f() - - def deleteGUIScreen(self): for (name, val) in self.items(): if isinstance(val, GUIComponent): -- cgit v1.2.3