X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/15fb039f08f9b50c300d7aed75571e0e574f1d00..cfdc155f46f816c17d098ba0bb2a3bd2037e2f1e:/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 -