2006-11-15 Don Allingham <don@gramps-project.org>

* data/gramps.schemas.in: default transactions to off
	* src/Config/_GrampsConfigKeys.py: default transaction to off
	* src/Editors/_EditFamily.py: remove dead code
	* src/plugins/DetDescendantReport.py: remove dead code



svn: r7631
This commit is contained in:
Don Allingham
2006-11-16 04:02:28 +00:00
parent a3990ef62d
commit 220ccd309a
6 changed files with 9 additions and 28 deletions

View File

@ -153,7 +153,6 @@ class DetDescendantReport(Report):
for family_handle in person.get_family_handle_list():
family = self.database.get_family_from_handle(family_handle)
for child_ref in family.get_child_ref_list():
child = self.database.get_family_from_handle(child_ref.ref)
ix = max(self.map.keys())
self.apply_filter(child_ref.ref, ix+1,
pid+HENRY[index], cur_gen+1)