aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorRonny Strutz <ronny.strutz@multimedia-labs.de>2005-11-15 15:03:27 +0000
committerRonny Strutz <ronny.strutz@multimedia-labs.de>2005-11-15 15:03:27 +0000
commitf89bd159dfbe3f019513241d4393f7d80ce59af5 (patch)
tree33eb1efe620d7b02ecce6de48d0c37876b1bc1a3 /lib/python
parent74853a81c5f017675176455eeae4738fa36809e4 (diff)
downloadenigma2-f89bd159dfbe3f019513241d4393f7d80ce59af5.tar.gz
enigma2-f89bd159dfbe3f019513241d4393f7d80ce59af5.zip
remove lastservice stuff
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/InfoBarGenerics.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py
index 22cba7a2..b218950d 100644
--- a/lib/python/Screens/InfoBarGenerics.py
+++ b/lib/python/Screens/InfoBarGenerics.py
@@ -185,17 +185,8 @@ class InfoBarPowerKey:
self.session.open(Standby, self)
def quit(self):
- # self.session.open(Standby, self)
- ref = self.session.nav.getCurrentlyPlayingServiceReference()
- if ref is not None:
- refstr = ref.toString()
- else:
- refstr = ""
-
- #configfile.save()
quitMainloop(0)
-
class InfoBarNumberZap:
""" Handles an initial number for NumberZapping """
def __init__(self):