mirror of
https://github.com/X11Libre/xf86-video-geode.git
synced 2026-03-24 01:24:52 +00:00
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 <connor.behan@gmail.com>
This commit is contained in:
committed by
Martin-Éric Racine
parent
8d188104b7
commit
7047b6da26
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user