Remove unused function and argument

I removed the unused function and (function)argument in code

Change-Id: Ib7afa5d868c3c7769f53e45c270850e4c3370f86
This commit is contained in:
Béla Vancsics
2016-02-15 13:48:10 +01:00
parent e3198d25a5
commit d93b1ffe9f
5 changed files with 3 additions and 62 deletions

View File

@@ -47,7 +47,7 @@ class WatcherTerm(rst.Directive):
# You need to put an import path as an argument for this directive to work
required_arguments = 1
def add_textblock(self, textblock, *lineno):
def add_textblock(self, textblock):
for line in textblock.splitlines():
self.add_line(line)