diff -r fe08a9c1871e -r ec6221550141 UI/BrowserModel.py --- a/UI/BrowserModel.py Wed Nov 04 14:43:14 2015 +0100 +++ b/UI/BrowserModel.py Wed Nov 04 14:47:53 2015 +0100 @@ -1744,14 +1744,13 @@ """ Class implementing the data structure for browser globals items. """ - def __init__(self, parent, attributes, text, isClass=False): + def __init__(self, parent, attributes, text): """ Constructor @param parent parent item @param attributes list of attributes @param text text to be shown by this item (string) - @param isClass flag indicating class attributes (boolean) """ BrowserClassAttributesItem.__init__(self, parent, attributes, text)