show lists and configs in startwizard by adjusting the zPosition
[vuplus_dvbapp] / lib / python / Components / Pixmap.py
index d25530e..211b772 100644 (file)
@@ -17,9 +17,6 @@ class Pixmap(Widget):
        def removeWidget(self, w):
                pass
 
-       def move(self, x, y):
-               self.instance.move(ePoint(int(x), int(y)))
-
 class PixmapConditional(ConditionalWidget, Pixmap):
        def __init__(self, withTimer = True):
                ConditionalWidget.__init__(self)