winReallySetCursor was empty and not needed.

This commit is contained in:
Harold L Hunt II 2004-04-26 04:46:24 +00:00
parent 3e54b792e1
commit e8836763ed

View file

@ -574,16 +574,6 @@ winSetCursor (ScreenPtr pScreen, CursorPtr pCursor, int x, int y)
}
/*
* winReallySetCursor
* Not needed for xpr. Cursor is set from the X server thread.
*/
void
winReallySetCursor ()
{
}
/*
* QuartzMoveCursor
* Move the cursor. This is a noop for us.