Remove unnecessary method

This is already inherited from LineParser
This commit is contained in:
Florian Bruhin 2016-06-08 09:30:18 +02:00
parent 21d53b0265
commit 4b78b22b9a

View File

@ -305,7 +305,3 @@ class LimitLineParser(LineParser):
with qtutils.savefile_open(self._configfile, self._binary) as f:
self._write(f, self.data[-limit:])
self._after_save()
def clear(self):
self.data = []
self.save()