Remove duplicate method.

This commit is contained in:
Georg Brandl
2008-11-09 19:45:16 +01:00
parent fb9eec0549
commit d8251f6d75

View File

@@ -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):