From 7047b6da264e946e77eeee4080d194c807562d68 Mon Sep 17 00:00:00 2001 From: Connor Behan Date: Sun, 23 Jun 2024 22:22:43 -0300 Subject: Remove deprecated function and includes Long ago, xf86_reload_cursors() was turned into a noop. And we were not using anything specific from xf86PciInfo.h. Signed-off-by: Connor Behan --- src/lx_display.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lx_display.c b/src/lx_display.c index 7816b94..8ee6443 100644 --- a/src/lx_display.c +++ b/src/lx_display.c @@ -324,7 +324,6 @@ lx_crtc_commit(xf86CrtcPtr crtc) /* Load the cursor */ if (crtc->scrn->pScreen != NULL) { - xf86_reload_cursors(crtc->scrn->pScreen); crtc->funcs->hide_cursor(crtc); crtc->cursor_shown = FALSE; } -- cgit v1.2.3