Skip to content

Commit

Permalink
cursor: Fix a minor unused variable warning
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
magcius authored and whot committed Nov 6, 2012
1 parent aad6541 commit d74b63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xfixes/cursor.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d74b63f

Please sign in to comment.