Deleted one definition, that was committed earlier by mistake.
svn: r12263
This commit is contained in:
parent
7f9afcec58
commit
f597681a11
@ -322,17 +322,6 @@ class GVDocBase(BaseDoc.BaseDoc, BaseDoc.GVDoc):
|
|||||||
|
|
||||||
self.write('\n')
|
self.write('\n')
|
||||||
|
|
||||||
def add_invis_links(self, persons_id):
|
|
||||||
"""
|
|
||||||
Adds a sequence of links of the style:
|
|
||||||
|
|
||||||
node1 -> node2 -> ... -> node3 [ style = invis ];
|
|
||||||
"""
|
|
||||||
|
|
||||||
if len(persons_id) > 1:
|
|
||||||
ids = " -> ".join(persons_id)
|
|
||||||
self.write(' { rank=same; %s [ style = invis ]; }\n' % ids)
|
|
||||||
|
|
||||||
def add_comment(self, comment):
|
def add_comment(self, comment):
|
||||||
"""
|
"""
|
||||||
Add a comment.
|
Add a comment.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user