* src/GenericFilter.py (IsDescendantOfFilterMatch.__init__):

Remove unneeded method.


svn: r4859
This commit is contained in:
Alex Roitman 2005-06-22 15:12:20 +00:00
parent f15be4cc33
commit 4f9a905a15
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2005-06-22 Alexander Roitman <shura@gramps-project.org>
* src/GenericFilter.py (IsDescendantOfFilterMatch.__init__):
Remove unneeded method.
2005-06-21 Don Allingham <don@gramps-project.org>
* src/GenericFilter.py: optimize a few filters

View File

@ -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