Don't use g_thread_init() anymore
authorPhilip Chimento <philip.chimento@gmail.com>
Sat, 31 Aug 2013 22:04:59 +0000 (15:04 -0700)
committerPhilip Chimento <philip.chimento@gmail.com>
Wed, 4 Sep 2013 02:47:27 +0000 (19:47 -0700)
commitbc5b2258092bdf6f900691a3cfc48db8e7595c8a
treeeb63da12a6d47f8df94ee67a569e4c1a183ae7a2
parent955c9dd36034872597385750ab6449b098ce66cf
Don't use g_thread_init() anymore

g_thread_init() is called automatically when the library loads.
libchimara/chimara-glk.c
libchimara/init.c
player/main.c
tests/glulxercise.c
tests/plugin-loader.c
tests/test-close.c
tests/test-multisession.c