add ability to remove list and config from a wizard
[enigma2.git] / lib / python / Components / Pixmap.py
index d25530ea71e8ca9980e37aedb31ba980c3e8d195..211b772c2be02edd02c9b348ea1b7c069e6f69f0 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)