animcur: Stop tracking the last display time in the SpriteInfoRec

Reviewed-by: Robert Morell <rmorell@nvidia.com>
Tested-by: Robert Morell <rmorell@nvidia.com>
Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Adam Jackson
2017-10-26 15:33:14 -04:00
parent 094a63d56f
commit ab54bc295c
2 changed files with 0 additions and 4 deletions

View File

@@ -515,7 +515,6 @@ typedef struct _SpriteInfoRec {
CursorPtr pCursor;
ScreenPtr pScreen;
int elt;
CARD32 time;
} anim;
} SpriteInfoRec, *SpriteInfoPtr;