From c0d78035b8c76e719bf7c05ff3812eb5a6ce9fe3 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Mon, 1 May 2006 11:47:04 +0000 Subject: simplify GUIcreate/createWidget, fix base class order --- lib/python/Components/VideoWindow.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'lib/python/Components/VideoWindow.py') diff --git a/lib/python/Components/VideoWindow.py b/lib/python/Components/VideoWindow.py index db247980..88cd33f9 100644 --- a/lib/python/Components/VideoWindow.py +++ b/lib/python/Components/VideoWindow.py @@ -4,9 +4,5 @@ from enigma import eVideoWidget class VideoWindow(GUIComponent): def __init__(self): GUIComponent.__init__(self) - - def GUIcreate(self, parent): - self.instance = eVideoWidget(parent) - def GUIdelete(self): - self.instance = None + GUI_WIDGET = eVideoWidget -- cgit v1.2.3