Remove duplicate visitor method.

This commit is contained in:
Robert Lehmann
2013-01-06 12:25:25 +01:00
parent 32b87e258b
commit c853aa2431
-5
View File
@@ -271,11 +271,6 @@ class TextTranslator(nodes.NodeVisitor):
self.end_state(wrap=False)
raise nodes.SkipNode
def visit_seealso(self, node):
self.new_state()
def depart_seealso(self, node):
self.end_state(first='')
def visit_footnote(self, node):
self._footnote = node.children[0].astext().strip()
self.new_state(len(self._footnote) + 3)