mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
cursor: Fix a minor unused variable warning
Signed-off-by: Jasper St. Pierre <jstpierre@mecheye.net> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
committed by
Peter Hutterer
parent
aad65415bf
commit
d74b63f95f
@@ -196,7 +196,7 @@ CursorCloseScreen(ScreenPtr pScreen)
|
||||
Bool ret;
|
||||
_X_UNUSED CloseScreenProcPtr close_proc;
|
||||
_X_UNUSED DisplayCursorProcPtr display_proc;
|
||||
ConstrainCursorHarderProcPtr constrain_proc;
|
||||
_X_UNUSED ConstrainCursorHarderProcPtr constrain_proc;
|
||||
|
||||
Unwrap(cs, pScreen, CloseScreen, close_proc);
|
||||
Unwrap(cs, pScreen, DisplayCursor, display_proc);
|
||||
|
||||
Reference in New Issue
Block a user