X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/0877ce3b6f6cee972818a8c0a2d1bc862c8482be..02172ca65853b9f61d46c0e5e7823ee69f203b83:/lib/python/Components/VolumeBar.py 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 -