mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 16:18:06 +02:00
egl_dri2: Remove unused struct dri2_egl_buffer from header file
This commit is contained in:
parent
0725f2d654
commit
b5160a10c0
1 changed files with 0 additions and 5 deletions
|
|
@ -204,11 +204,6 @@ struct dri2_egl_surface
|
|||
#endif
|
||||
};
|
||||
|
||||
struct dri2_egl_buffer {
|
||||
__DRIbuffer *dri_buffer;
|
||||
struct dri2_egl_display *dri2_dpy;
|
||||
};
|
||||
|
||||
|
||||
struct dri2_egl_config
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue