From 93a05a063158a41e0d2bca9afc77f79c9ee11ab8 Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Sat, 12 Oct 2024 11:42:41 +0200 Subject: [PATCH] clutter/stage-window: Remove functions declarations Part-of: --- clutter/clutter/clutter-stage-window.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/clutter/clutter/clutter-stage-window.h b/clutter/clutter/clutter-stage-window.h index e06739bc1..990349fa1 100644 --- a/clutter/clutter/clutter-stage-window.h +++ b/clutter/clutter/clutter-stage-window.h @@ -51,9 +51,6 @@ struct _ClutterStageWindowClass ClutterFrame *frame); }; -void _clutter_stage_window_set_cursor_visible (ClutterStageWindow *window, - gboolean is_visible); - gboolean _clutter_stage_window_realize (ClutterStageWindow *window); void _clutter_stage_window_unrealize (ClutterStageWindow *window); @@ -68,9 +65,6 @@ CLUTTER_EXPORT void _clutter_stage_window_get_geometry (ClutterStageWindow *window, MtkRectangle *geometry); -void _clutter_stage_window_set_accept_focus (ClutterStageWindow *window, - gboolean accept_focus); - void _clutter_stage_window_redraw_view (ClutterStageWindow *window, ClutterStageView *view, ClutterFrame *frame);