PICARD-1459: Remove unused OptionsPage.info method

It is currently unused and not overridden by any option page (including those of plugins).
This commit is contained in:
Philipp Wolfer
2019-02-11 23:10:04 +01:00
committed by Philipp Wolfer
parent 97042e967f
commit 89b82cd419

View File

@@ -44,9 +44,6 @@ class OptionsPage(QtWidgets.QWidget):
super().__init__(*args, **kwargs)
self.setStyleSheet(self.STYLESHEET)
def info(self):
raise NotImplementedError
def check(self):
pass