engine: Drop handling for old asyncjob nested main loops

Hasn't been needed for a long time
This commit is contained in:
Cole Robinson 2015-12-06 15:11:24 -05:00
parent f7ae826f0a
commit 2b7a119457

View File

@ -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):