Remove calls to threads_init

This commit is contained in:
Mathieu Comandon 2018-12-14 21:31:17 -08:00
parent 5e3cbe8f68
commit 3c6d019040
2 changed files with 0 additions and 3 deletions

View file

@ -208,5 +208,4 @@ if __name__ == "__main__":
signal.signal(signal.SIGINT, signal.SIG_DFL)
RunnerInstallDialog("test", None, "wine")
GObject.threads_init()
Gtk.main()

View file

@ -13,8 +13,6 @@ from lutris.gui.dialogs import DownloadDialog
TEST_URL = "https://lutris.net/releases/lutris_0.3.0.tar.gz"
TEST_FILE_SIZE = 4582508
Gdk.threads_init()
GObject.threads_init()
def timed(function):