fix crash with enabled parentalcontrol in some conditions (i.e. when try to add a...
[enigma2.git] / lib / python / Components / ParentalControl.py
index d320c9cdf0d0bc06784491d9dba7917190661260..0ea65cd2cf1c7e70e86b78ef03e6e8c044ea9610 100644 (file)
@@ -20,8 +20,6 @@ IMG_WHITEBOUQUET = LIST_WHITELIST + "-" + TYPE_BOUQUET
 IMG_BLACKSERVICE = LIST_BLACKLIST + "-" + TYPE_SERVICE
 IMG_BLACKBOUQUET = LIST_BLACKLIST + "-" + TYPE_BOUQUET
 
-parentalControl = None
-
 def InitParentalControl():
        global parentalControl
        parentalControl = ParentalControl()