Remove unused method

This commit is contained in:
Raffson 2023-02-18 21:07:27 +01:00
parent 8e42df11f3
commit a4f5c290b5
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -220,9 +220,6 @@ class QWaitingForMissionResultWindow(QDialog):
GameUpdateSignal.get_instance().updateGame(self.game)
self.close()
def debriefing_directory_location(self) -> str:
return os.path.join(base_path(), "liberation_debriefings")
def closeEvent(self, evt):
super(QWaitingForMissionResultWindow, self).closeEvent(evt)
if self.wait_thread is not None: