mirror of
https://github.com/brl/mutter.git
synced 2025-08-02 14:44:40 +00:00
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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user