From 394f6adf8212b8fb3c0452cd14bd42e9e169b191 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Sun, 16 May 2021 17:35:33 +0200 Subject: [PATCH] Remove no longer needed forward function --- nw/guimain.py | 1 - tests/mock.py | 3 --- 2 files changed, 4 deletions(-) diff --git a/nw/guimain.py b/nw/guimain.py index 9ea300cb..f3f8ba7e 100644 --- a/nw/guimain.py +++ b/nw/guimain.py @@ -275,7 +275,6 @@ class GuiMain(QMainWindow): # Forward Functions self.setStatus = self.statusBar.setStatus - self.setProjectStatus = self.statusBar.setProjectStatus # Force a show of the GUI self.show() diff --git a/tests/mock.py b/tests/mock.py index e5de4666..05298ad3 100644 --- a/tests/mock.py +++ b/tests/mock.py @@ -54,9 +54,6 @@ class MockGuiMain(): def setStatus(self, theMessage): return - def setProjectStatus(self, isChanged): - return - def openProject(self, projPath): return