Remove uneeded threads_init calls

ft.font-size^2
Gonçalo Silva 2019-04-13 02:47:26 +01:00
parent ef54c752ba
commit 58e2d2e0be
2 changed files with 0 additions and 3 deletions

View File

@ -37,8 +37,6 @@ from uberwriter.fix_table import FixTable
LOGGER = logging.getLogger('uberwriter')
GObject.threads_init() # Still needed?
# TODO:
# - Don't insert a span with id, it breaks the text to often
# Would be better to search for the nearest title and generate

View File

@ -101,7 +101,6 @@ class PyGTKBrowser:
if options.delay:
print("--delay is only supported on Mac OS X (for now). Sorry!")
gobject.threads_init()
window = gtk.Window()
window.resize(int(options.initWidth),int(options.initHeight))
self.view = webkit.WebView()