uxa: stop calling deprecated xf86_reload_cursors()

the function has become a no-op, it's former duties are done automatically.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-02-21 19:41:07 +01:00
parent 192a2727a5
commit c9f5f1ad3d

View File

@@ -394,9 +394,6 @@ intel_crtc_apply(xf86CrtcPtr crtc)
}
}
if (scrn->pScreen)
xf86_reload_cursors(scrn->pScreen);
done:
free(output_ids);
return ret;