mirror of
https://github.com/fergalmoran/picard.git
synced 2026-04-14 00:15:10 +00:00
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:
committed by
Philipp Wolfer
parent
97042e967f
commit
89b82cd419
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user