clutter/stage-window: Remove functions declarations

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4077>
This commit is contained in:
Bilal Elmoussaoui 2024-10-12 11:42:41 +02:00
parent a0dc7d9f1c
commit 93a05a0631

View File

@ -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);