mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Remove unused method
This commit is contained in:
parent
8e42df11f3
commit
a4f5c290b5
@ -220,9 +220,6 @@ class QWaitingForMissionResultWindow(QDialog):
|
|||||||
GameUpdateSignal.get_instance().updateGame(self.game)
|
GameUpdateSignal.get_instance().updateGame(self.game)
|
||||||
self.close()
|
self.close()
|
||||||
|
|
||||||
def debriefing_directory_location(self) -> str:
|
|
||||||
return os.path.join(base_path(), "liberation_debriefings")
|
|
||||||
|
|
||||||
def closeEvent(self, evt):
|
def closeEvent(self, evt):
|
||||||
super(QWaitingForMissionResultWindow, self).closeEvent(evt)
|
super(QWaitingForMissionResultWindow, self).closeEvent(evt)
|
||||||
if self.wait_thread is not None:
|
if self.wait_thread is not None:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user