summaryrefslogtreecommitdiffstats
path: root/src/egl/main/egldriver.h
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2019-06-22 16:09:48 +0100
committerEric Engestrom <[email protected]>2019-06-22 15:17:42 +0000
commitcc4b68a80193e2a132cb62309292984a9428f2bb (patch)
treeaf0f942d110686b229dc5189a0d559164206bcb6 /src/egl/main/egldriver.h
parentb27fb3eacab906ec06cd61b7d01e3425c3b3cbfc (diff)
egl: drop empty eglfallbacks.c
Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Tapani Pälli <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/egl/main/egldriver.h')
-rw-r--r--src/egl/main/egldriver.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/egl/main/egldriver.h b/src/egl/main/egldriver.h
index 59bc894e519..1a5238af298 100644
--- a/src/egl/main/egldriver.h
+++ b/src/egl/main/egldriver.h
@@ -95,11 +95,6 @@ extern void
_eglUnloadDrivers(void);
-/* defined in eglfallbacks.c */
-extern void
-_eglInitDriverFallbacks(_EGLDriver *drv);
-
-
extern void
_eglSearchPathForEach(EGLBoolean (*callback)(const char *, size_t, void *),
void *callback_data);