mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
egl: remove left over _EGLMain_t
Fixes: b174a1ae72 "egl: Simplify the "driver" interface"
Cc: Adam Jackson <ajax@redhat.com>
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
4a6c7e8ad8
commit
3188b6e45f
1 changed files with 0 additions and 3 deletions
|
|
@ -70,9 +70,6 @@ extern "C" {
|
|||
_EGL_DRIVER_TYPECAST(drvname ## _config, _EGLConfig, obj)
|
||||
|
||||
|
||||
typedef _EGLDriver *(*_EGLMain_t)(const char *args);
|
||||
|
||||
|
||||
/**
|
||||
* Base class for device drivers.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue