projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a5b478
)
Remove an unused function
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 2 Nov 2017 02:49:52 +0000
(22:49 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 2 Nov 2017 02:49:52 +0000
(22:49 -0400)
gdk/broadway/gdkcursor-broadway.c
patch
|
blob
|
history
diff --git
a/gdk/broadway/gdkcursor-broadway.c
b/gdk/broadway/gdkcursor-broadway.c
index dccccc63f86e173211e7c63ca32d671f9ae79f01..e870a24b725101181b712b8ede2a439eb90708b2 100644
(file)
--- a/
gdk/broadway/gdkcursor-broadway.c
+++ b/
gdk/broadway/gdkcursor-broadway.c
@@
-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,