]> git.dolda2000.com Git - automanga.git/commitdiff
automanga: Remove (apparently) depricated init calls.
authorFredrik Tolf <fredrik@dolda2000.com>
Fri, 7 Aug 2020 00:23:09 +0000 (02:23 +0200)
committerFredrik Tolf <fredrik@dolda2000.com>
Fri, 7 Aug 2020 00:23:09 +0000 (02:23 +0200)
automanga

index 39262a75e1912cd0f3a3370577f9cb38d86844ca..f2b7ed9aa216be28898d375ca2bca6b709c0afd0 100755 (executable)
--- a/automanga
+++ b/automanga
@@ -4,9 +4,6 @@ import sys, getopt
 import manga.lib, manga.reader, manga.profile, manga.local
 from gi.repository import Gtk, Gdk, GObject
 
-GObject.threads_init()
-Gdk.threads_init()
-
 def usage(out):
     out.write("usage: automanga [-h] [-p PROFILE] {DIRECTORY|-l LIBRARY ID|-a ALIAS}\n")
     out.write("       automanga -a ALIAS=LIBRARY:ID\n")