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:
Neil Roberts 2013-09-11 19:28:32 +01:00 committed by Kristian Høgsberg
parent 19190c2b8c
commit 0b7058c46a

View file

@ -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;