mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-06 19:00:12 +01:00
Remove unused xf86DeviceCursorUndisplay() function.
This commit is contained in:
parent
dba5455f06
commit
84db8837d0
1 changed files with 0 additions and 1 deletions
|
|
@ -28,7 +28,6 @@ static void xf86CursorSetCursor(DeviceIntPtr, ScreenPtr, CursorPtr, int, int);
|
|||
static void xf86CursorMoveCursor(DeviceIntPtr, ScreenPtr, int, int);
|
||||
static Bool xf86DeviceCursorInitialize(DeviceIntPtr, ScreenPtr);
|
||||
static void xf86DeviceCursorCleanup(DeviceIntPtr, ScreenPtr);
|
||||
static void xf86DeviceCursorUndisplay(DeviceIntPtr, ScreenPtr);
|
||||
|
||||
static miPointerSpriteFuncRec xf86CursorSpriteFuncs = {
|
||||
xf86CursorRealizeCursor,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue