mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 14:20:21 +00:00
Remove an unused function
This commit is contained in:
parent
3a5b478e0f
commit
33195d473c
@ -85,22 +85,6 @@ _gdk_broadway_cursor_display_finalize (GdkDisplay *display)
|
||||
{
|
||||
}
|
||||
|
||||
GdkCursor*
|
||||
_gdk_broadway_display_get_cursor_for_type (GdkDisplay *display,
|
||||
GdkCursorType cursor_type)
|
||||
{
|
||||
GdkBroadwayCursor *private;
|
||||
|
||||
g_return_val_if_fail (GDK_IS_DISPLAY (display), NULL);
|
||||
|
||||
private = g_object_new (GDK_TYPE_BROADWAY_CURSOR,
|
||||
"cursor-type", cursor_type,
|
||||
"display", display,
|
||||
NULL);
|
||||
|
||||
return GDK_CURSOR (private);
|
||||
}
|
||||
|
||||
static cairo_surface_t *
|
||||
gdk_broadway_cursor_get_surface (GdkCursor *cursor,
|
||||
gdouble *x_hot,
|
||||
|
Loading…
Reference in New Issue
Block a user