mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
Remove duplicate visitor method.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user