diff options
author | Connor Behan <connor.behan@gmail.com> | 2024-06-23 22:22:43 -0300 |
---|---|---|
committer | Martin-Éric Racine <martin-eric.racine@iki.fi> | 2024-06-25 13:39:48 +0300 |
commit | 7047b6da264e946e77eeee4080d194c807562d68 (patch) | |
tree | a4fb7e46de869480bc0bed6103c47f126f2fb723 /src | |
parent | 8d188104b7bbe1fce6e536c83f175f159933a999 (diff) |
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 <connor.behan@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/lx_display.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |