projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a6c7e8
)
egl: remove left over _EGLMain_t
author
Eric Engestrom
<eric.engestrom@imgtec.com>
Thu, 12 Oct 2017 13:26:47 +0000
(14:26 +0100)
committer
Eric Engestrom
<eric.engestrom@imgtec.com>
Thu, 12 Oct 2017 13:43:48 +0000
(14:43 +0100)
Fixes: b174a1ae720cb404738c "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>
src/egl/main/egldriver.h
patch
|
blob
|
history
diff --git
a/src/egl/main/egldriver.h
b/src/egl/main/egldriver.h
index fc27f1ffa3c84f559bba26b9e22305f6a2dea7a6..d28ffe0214c592b454f832e6114000afa0492362 100644
(file)
--- a/
src/egl/main/egldriver.h
+++ b/
src/egl/main/egldriver.h
@@
-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.
*/