mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -05:00
clutter/actor: Remove two unused functions in private header
Those two functions are nowhere to be found in our code, so remove those function headers which were probably forgot during another cleanup. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1528
This commit is contained in:
parent
84dd6b4af5
commit
b1700c3f7b
@ -244,10 +244,6 @@ const gchar * _clutter_actor_get_debug_name
|
||||
void _clutter_actor_push_clone_paint (void);
|
||||
void _clutter_actor_pop_clone_paint (void);
|
||||
|
||||
void _clutter_actor_shader_pre_paint (ClutterActor *actor,
|
||||
gboolean repeat);
|
||||
void _clutter_actor_shader_post_paint (ClutterActor *actor);
|
||||
|
||||
ClutterActorAlign _clutter_actor_get_effective_x_align (ClutterActor *self);
|
||||
|
||||
void _clutter_actor_handle_event (ClutterActor *actor,
|
||||
|
Loading…
Reference in New Issue
Block a user