Bug #2950. Use Graphviz subgraphs to keep children with their spouses on Relationship Graph

svn: r12488
This commit is contained in:
Gary Burton 2009-04-26 20:50:33 +00:00
parent 3a2e4b44a6
commit d3b2a2ab27

View File

@ -285,9 +285,6 @@ class RelGraphReport(Report):
self.arrowheadstyle,
self.arrowtailstyle )
self.doc.end_subgraph()
# Link this person to all his/her families.
#self.doc.add_link( fam_id, p_id, "",
# self.arrowheadstyle, self.arrowtailstyle )
def get_gender_style(self, person):
"return gender specific person style"