git.cweiske.de
/
enigma2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix cancel handling
[enigma2.git]
/
lib
/
python
/
Components
/
Pixmap.py
diff --git
a/lib/python/Components/Pixmap.py
b/lib/python/Components/Pixmap.py
index d25530ea71e8ca9980e37aedb31ba980c3e8d195..211b772c2be02edd02c9b348ea1b7c069e6f69f0 100644
(file)
--- a/
lib/python/Components/Pixmap.py
+++ b/
lib/python/Components/Pixmap.py
@@
-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)