clutter/context: Remove left-over locking declarations
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2016>
This commit is contained in:
parent
f14b5da387
commit
1209320cd2
1 changed files with 1 additions and 2 deletions
|
@ -158,8 +158,7 @@ gboolean _clutter_threads_dispatch (gpointer data);
|
|||
void _clutter_threads_dispatch_free (gpointer data);
|
||||
|
||||
ClutterContext * _clutter_context_get_default (void);
|
||||
void _clutter_context_lock (void);
|
||||
void _clutter_context_unlock (void);
|
||||
|
||||
CLUTTER_EXPORT
|
||||
gboolean _clutter_context_is_initialized (void);
|
||||
gboolean _clutter_context_get_show_fps (void);
|
||||
|
|
Loading…
Reference in a new issue