summaryrefslogtreecommitdiff
path: root/sphinx/writers/text.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2018-04-14 16:07:03 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2018-04-15 02:35:26 +0900
commitd8d1c7ac63bcc3113a1184715ad15a0040eb4bea (patch)
tree1ce84782c3d5e3755c6ebda35393fdcf3a82789e /sphinx/writers/text.py
parentaf58d7faed65bd6af6a29f6042c6d358e256ea2d (diff)
downloadsphinx-git-d8d1c7ac63bcc3113a1184715ad15a0040eb4bea.tar.gz
Remove unused visitor methods
Diffstat (limited to 'sphinx/writers/text.py')
-rw-r--r--sphinx/writers/text.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/sphinx/writers/text.py b/sphinx/writers/text.py
index 2bc43a30d..379f06b46 100644
--- a/sphinx/writers/text.py
+++ b/sphinx/writers/text.py
@@ -987,10 +987,6 @@ class TextTranslator(nodes.NodeVisitor):
# type: (nodes.Node) -> None
raise nodes.SkipNode
- def visit_substitution_definition(self, node):
- # type: (nodes.Node) -> None
- raise nodes.SkipNode
-
def visit_pending_xref(self, node):
# type: (nodes.Node) -> None
pass