Remove unused clutter_threads_enter() and clutter_threads_leave()

The threads_enter() and threads_leave() functions are no-ops because Clutter
is not thread-aware nor thread-safe. Leaving them in is a source of confusion
so we just remove them.

Update the NEWS and the README files with the release notes.
This commit is contained in:
Emmanuele Bassi
2007-08-06 20:46:54 +00:00
parent f13a729e70
commit 70c43c5a11
7 changed files with 27 additions and 38 deletions

View File

@@ -833,13 +833,11 @@ clutter_get_show_fps
clutter_main
clutter_main_quit
clutter_main_level
clutter_redraw
clutter_threads_enter
clutter_threads_leave
clutter_base_init
clutter_get_timestamp
<SUBSECTION Private>
clutter_init_error_quark
clutter_base_init
clutter_redraw
</SECTION>
<SECTION>