mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 23:50:11 +01:00
egl_dri2: Remove the unused swap_interval member of dri2_egl_surface
The _EGLSurface struct which is embedded into dri2_egl_surface also contains a swap interval member so the other member is redundant. Nothing was using it as far as I can tell.
This commit is contained in:
parent
19190c2b8c
commit
0b7058c46a
1 changed files with 0 additions and 1 deletions
|
|
@ -160,7 +160,6 @@ struct dri2_egl_surface
|
|||
__DRIbuffer buffers[5];
|
||||
int buffer_count;
|
||||
int have_fake_front;
|
||||
int swap_interval;
|
||||
|
||||
#ifdef HAVE_X11_PLATFORM
|
||||
xcb_drawable_t drawable;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue