diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index d5deae30d..ce69a65cb 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,7 @@ +2005-06-22 Alexander Roitman + * src/GenericFilter.py (IsDescendantOfFilterMatch.__init__): + Remove unneeded method. + 2005-06-21 Don Allingham * src/GenericFilter.py: optimize a few filters diff --git a/gramps2/src/GenericFilter.py b/gramps2/src/GenericFilter.py index 0114ca25e..3e3dc3470 100644 --- a/gramps2/src/GenericFilter.py +++ b/gramps2/src/GenericFilter.py @@ -419,8 +419,8 @@ class IsDescendantOfFilterMatch(IsDescendantOf): description = _("Matches people that are descendants of anybody matched by a filter") - def __init__(self,list): - IsDescendantOf.__init__(self,list) +# def __init__(self,list): +# IsDescendantOf.__init__(self,list) def prepare(self,db): self.db = db