frontend/dri: remove __DRIdrawableRec::dri2::stamp

It's practically unused. It was only off by one at initialization, but
that didn't have any effect.

Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19741>
This commit is contained in:
Marek Olšák
2022-11-14 21:10:16 -05:00
committed by Marge Bot
parent f890714b70
commit e061affa7f
5 changed files with 4 additions and 22 deletions

View File

@@ -993,8 +993,6 @@ kopperCreateNewDrawable(__DRIscreen *screen,
return NULL;
}
pdraw->dri2.stamp = pdraw->lastStamp + 1;
return pdraw;
}