From db442799977f7b26ed4efb7ba630a89935aaaf0d Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Thu, 4 Nov 2021 17:03:55 +0100 Subject: [PATCH] clutter: Drop undefined function declarations These functions arent' there anymore, drop them from the header. Part-of: --- clutter/clutter/clutter-stage.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/clutter/clutter/clutter-stage.h b/clutter/clutter/clutter-stage.h index 7c815f2d7..80c709e53 100644 --- a/clutter/clutter/clutter-stage.h +++ b/clutter/clutter/clutter-stage.h @@ -183,12 +183,6 @@ CLUTTER_EXPORT void clutter_stage_get_minimum_size (ClutterStage *stage, guint *width, guint *height); -CLUTTER_EXPORT -void clutter_stage_set_use_alpha (ClutterStage *stage, - gboolean use_alpha); -CLUTTER_EXPORT -gboolean clutter_stage_get_use_alpha (ClutterStage *stage); - CLUTTER_EXPORT void clutter_stage_set_key_focus (ClutterStage *stage, ClutterActor *actor); @@ -199,9 +193,6 @@ void clutter_stage_set_throttle_motion_events (ClutterStage gboolean throttle); CLUTTER_EXPORT gboolean clutter_stage_get_throttle_motion_events (ClutterStage *stage); -CLUTTER_EXPORT -gboolean clutter_stage_event (ClutterStage *stage, - ClutterEvent *event); CLUTTER_EXPORT ClutterActor * clutter_stage_get_actor_at_pos (ClutterStage *stage,