mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove duplicate method.
This commit is contained in:
@@ -126,11 +126,6 @@ class TextTranslator(nodes.NodeVisitor):
|
||||
self.add_text(' ]-')
|
||||
self.end_state()
|
||||
|
||||
def visit_sidebar(self, node):
|
||||
pass
|
||||
def depart_sidebar(self, node):
|
||||
pass
|
||||
|
||||
def visit_compound(self, node):
|
||||
pass
|
||||
def depart_compound(self, node):
|
||||
|
Reference in New Issue
Block a user