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>
Sat, 31 Aug 2013 23:59:25 +0000 (16:59 -0700)
commit811704f41f1232cd58947895cdc8d0e5a022b92d
tree7ede8041733dde39e50b2ead9ff1dbd812de3e30
parent9ea4cd9de21f34e85b860ebc652ad5ce1aeaf3dd
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