aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/Mute.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Screens/Mute.py')
-rw-r--r--lib/python/Screens/Mute.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/python/Screens/Mute.py b/lib/python/Screens/Mute.py
index f64be901..f80267ad 100644
--- a/lib/python/Screens/Mute.py
+++ b/lib/python/Screens/Mute.py
@@ -1,6 +1,5 @@
from Screen import Screen
class Mute(Screen):
- def __init__(self, session):
- Screen.__init__(self, session)
+ pass