aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/VolumeBar.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components/VolumeBar.py')
-rw-r--r--lib/python/Components/VolumeBar.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/python/Components/VolumeBar.py b/lib/python/Components/VolumeBar.py
index 63771e24..09dde5e1 100644
--- a/lib/python/Components/VolumeBar.py
+++ b/lib/python/Components/VolumeBar.py
@@ -15,4 +15,3 @@ class VolumeBar(HTMLComponent, GUIComponent, VariableValue):
g = eSlider(parent)
g.setRange(0, 100)
return g
-