mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 01:00:10 +01:00
gbm: remove unused fields from gbm_dri_surface
This commit is contained in:
parent
a53394ba66
commit
f641c57cfa
1 changed files with 0 additions and 3 deletions
|
|
@ -77,9 +77,6 @@ struct gbm_dri_bo {
|
|||
struct gbm_dri_surface {
|
||||
struct gbm_surface base;
|
||||
|
||||
__DRIbuffer *(*get_front_buffer)(struct gbm_dri_surface *, void *);
|
||||
void (*release_buffer)(struct gbm_dri_surface *, __DRIbuffer *, void *);
|
||||
int (*has_free_buffers)(void *);
|
||||
void *dri_private;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue