--- a/WebBrowser/FlashCookieManager/FlashCookieManager.py Sat Apr 02 19:44:09 2016 +0200 +++ b/WebBrowser/FlashCookieManager/FlashCookieManager.py Sun Apr 03 16:22:18 2016 +0200 @@ -44,8 +44,6 @@ self.__flashCookieManagerDialog = None self.__flashCookies = [] # list of FlashCookie self.__newCookiesList = [] # list of str -## self.__whitelist = [] # list of str -## self.__blacklist = [] # list of str self.__timer = QTimer(self) self.__timer.setInterval(FlashCookieManager.RefreshInterval)