Remove unused _clutter_stage_window_set_title
Never used in mutter AFAICT. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3178>
This commit is contained in:
parent
f128bb4db1
commit
4238a4c30b
@ -23,16 +23,6 @@ clutter_stage_window_default_init (ClutterStageWindowInterface *iface)
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
|
||||||
_clutter_stage_window_set_title (ClutterStageWindow *window,
|
|
||||||
const gchar *title)
|
|
||||||
{
|
|
||||||
ClutterStageWindowInterface *iface = CLUTTER_STAGE_WINDOW_GET_IFACE (window);
|
|
||||||
|
|
||||||
if (iface->set_title)
|
|
||||||
iface->set_title (window, title);
|
|
||||||
}
|
|
||||||
|
|
||||||
gboolean
|
gboolean
|
||||||
_clutter_stage_window_realize (ClutterStageWindow *window)
|
_clutter_stage_window_realize (ClutterStageWindow *window)
|
||||||
{
|
{
|
||||||
|
@ -55,8 +55,6 @@ struct _ClutterStageWindowInterface
|
|||||||
ClutterFrame *frame);
|
ClutterFrame *frame);
|
||||||
};
|
};
|
||||||
|
|
||||||
void _clutter_stage_window_set_title (ClutterStageWindow *window,
|
|
||||||
const gchar *title);
|
|
||||||
void _clutter_stage_window_set_cursor_visible (ClutterStageWindow *window,
|
void _clutter_stage_window_set_cursor_visible (ClutterStageWindow *window,
|
||||||
gboolean is_visible);
|
gboolean is_visible);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user