X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fegl%2Fmain%2Fegldriver.h;h=5695fc06ffb03102cc6434bcd12789baa34b1a52;hb=a96749b13ca9446155964ddd32379251b822f6f8;hp=ba12a060cab7f7c6c22311418fb0f3e6209c2b20;hpb=cb0980e69aa921af7086e5d00a547735bc3229e2;p=mesa.git diff --git a/src/egl/main/egldriver.h b/src/egl/main/egldriver.h index ba12a060cab..5695fc06ffb 100644 --- a/src/egl/main/egldriver.h +++ b/src/egl/main/egldriver.h @@ -75,8 +75,6 @@ extern "C" { */ struct _egl_driver { - const char *Name; /**< name of this driver */ - _EGLAPI API; /**< EGL API dispatch table */ };