mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-01 05:47:21 +03:00
engine: Drop handling for old asyncjob nested main loops
Hasn't been needed for a long time
This commit is contained in:
parent
f7ae826f0a
commit
2b7a119457
@ -489,14 +489,6 @@ class vmmEngine(vmmGObject):
|
||||
logging.debug("Leaked %s", name)
|
||||
|
||||
logging.debug("Exiting app normally.")
|
||||
|
||||
# We need this if there are any asyncdialog fobjs running
|
||||
if Gtk.main_level():
|
||||
logging.debug("%s other gtk main loops running, killing them.",
|
||||
Gtk.main_level())
|
||||
for ignore in range(Gtk.main_level()):
|
||||
Gtk.main_quit()
|
||||
|
||||
self._application.quit()
|
||||
|
||||
def _create_inspection_thread(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user