Remove locking from ClutterTimeoutPool
authorEmmanuele Bassi <ebassi@openedhand.com>
Thu, 14 Jun 2007 19:57:36 +0000 (19:57 +0000)
committerEmmanuele Bassi <ebassi@openedhand.com>
Thu, 14 Jun 2007 19:57:36 +0000 (19:57 +0000)
commit7d18616cfa7f4a624f2d9a017ceb5310b02703d9
tree6e52d381a92225095baf092b1ddeb6d9769368ee
parent450ac94e49466853b2464de6eecf3af0faf554a2
Remove locking from ClutterTimeoutPool

The mutex protection for the timeout pool was causing deadlocks, so it has been
removed for the time being, until I figure out a way to make it work properly.
A timeout pool should not be considered thread-safe (or thread-aware) until further
notice.
clutter/clutter-timeout-pool.c