From d3b2a2ab27b869e267a3e0a09ace9c06fe952401 Mon Sep 17 00:00:00 2001 From: Gary Burton Date: Sun, 26 Apr 2009 20:50:33 +0000 Subject: [PATCH] Bug #2950. Use Graphviz subgraphs to keep children with their spouses on Relationship Graph svn: r12488 --- src/plugins/graph/GVRelGraph.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/plugins/graph/GVRelGraph.py b/src/plugins/graph/GVRelGraph.py index c964f842e..96116e481 100644 --- a/src/plugins/graph/GVRelGraph.py +++ b/src/plugins/graph/GVRelGraph.py @@ -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"