From 7ce739f38197406b0283bc6512ad29c2deecdfb6 Mon Sep 17 00:00:00 2001 From: Vishal Date: Wed, 25 Sep 2024 01:03:23 +0530 Subject: [PATCH] Removing a little code --- src/assets/ba_data/python/bauiv1lib/ingamemenu.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/assets/ba_data/python/bauiv1lib/ingamemenu.py b/src/assets/ba_data/python/bauiv1lib/ingamemenu.py index 96b23840..f72477f9 100644 --- a/src/assets/ba_data/python/bauiv1lib/ingamemenu.py +++ b/src/assets/ba_data/python/bauiv1lib/ingamemenu.py @@ -592,6 +592,3 @@ class InGameMenuWindow(bui.MainWindow): logging.exception('Error in classic resume callback.') classic.main_menu_resume_callbacks.clear() - - def __del__(self) -> None: - self._resume()