Remove redundant constant in preferences dialog

This commit is contained in:
Veronica Berglyd Olsen
2024-01-13 18:59:48 +01:00
parent beb01d572f
commit 427a910ec0
-2
View File
@@ -46,8 +46,6 @@ logger = logging.getLogger(__name__)
class GuiPreferences(QDialog):
NAV_APPEARANCE = 0
newPreferencesReady = pyqtSignal(bool, bool, bool, bool)
def __init__(self, parent: QWidget) -> None: