X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/bf976ae7302a8f3e2b6ecde2336a9cbef890720d..07d7a4b23312577ccfe7b196169160594ba63601:/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