From 735b35e34a8bf733748e89fe45fbed058ebf0739 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 3 Aug 2020 16:52:03 +0200 Subject: egl: drop unused ${drv}_driver() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Eric Engestrom Reviewed-by: Marek Olšák Part-of: --- src/egl/main/egldriver.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/egl') diff --git a/src/egl/main/egldriver.h b/src/egl/main/egldriver.h index d4fa5aab145..150e3556c04 100644 --- a/src/egl/main/egldriver.h +++ b/src/egl/main/egldriver.h @@ -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) \ -- cgit v1.2.3