mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 06:30:10 +01:00
egl: drop unused ${drv}_driver()
Signed-off-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6241>
This commit is contained in:
parent
c74628fd1e
commit
735b35e34a
1 changed files with 1 additions and 2 deletions
|
|
@ -55,14 +55,13 @@ extern "C" {
|
|||
|
||||
|
||||
/**
|
||||
* Define the driver typecast functions for _EGLDriver, _EGLDisplay,
|
||||
* Define the driver typecast functions for _EGLDisplay,
|
||||
* _EGLContext, _EGLSurface, and _EGLConfig.
|
||||
*
|
||||
* Note that this macro defines several functions and should not be ended with
|
||||
* a semicolon when used.
|
||||
*/
|
||||
#define _EGL_DRIVER_STANDARD_TYPECASTS(drvname) \
|
||||
_EGL_DRIVER_TYPECAST(drvname ## _driver, _EGLDriver, obj) \
|
||||
/* note that this is not a direct cast */ \
|
||||
_EGL_DRIVER_TYPECAST(drvname ## _display, _EGLDisplay, obj->DriverData) \
|
||||
_EGL_DRIVER_TYPECAST(drvname ## _context, _EGLContext, obj) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue