Remove unnecessary method
This is already inherited from LineParser
This commit is contained in:
parent
21d53b0265
commit
4b78b22b9a
@ -305,7 +305,3 @@ class LimitLineParser(LineParser):
|
|||||||
with qtutils.savefile_open(self._configfile, self._binary) as f:
|
with qtutils.savefile_open(self._configfile, self._binary) as f:
|
||||||
self._write(f, self.data[-limit:])
|
self._write(f, self.data[-limit:])
|
||||||
self._after_save()
|
self._after_save()
|
||||||
|
|
||||||
def clear(self):
|
|
||||||
self.data = []
|
|
||||||
self.save()
|
|
||||||
|
Loading…
Reference in New Issue
Block a user