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:
@@ -993,8 +993,6 @@ kopperCreateNewDrawable(__DRIscreen *screen,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
pdraw->dri2.stamp = pdraw->lastStamp + 1;
|
||||
|
||||
return pdraw;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user