aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/x11.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/x11.c b/src/x11.c
index 9504705..cce1f8c 100644
--- a/src/x11.c
+++ b/src/x11.c
@@ -387,10 +387,6 @@ puglRealize(PuglView* const view)
impl->win,
(XIM)0);
-#ifdef HAVE_XCURSOR
- defineCursorShape(view, impl->cursorShape);
-#endif
-
puglDispatchSimpleEvent(view, PUGL_CREATE);
return PUGL_SUCCESS;