summaryrefslogtreecommitdiffstats
path: root/src/egl/main/egllog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/egl/main/egllog.h')
-rw-r--r--src/egl/main/egllog.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/egl/main/egllog.h b/src/egl/main/egllog.h
index 9035a7a3e74..2a06a34684a 100644
--- a/src/egl/main/egllog.h
+++ b/src/egl/main/egllog.h
@@ -44,13 +44,6 @@ extern "C" {
#define _EGL_DEBUG 3 /* useful info for debugging */
-typedef void (*_EGLLogProc)(EGLint level, const char *msg);
-
-
-extern void
-_eglSetLogProc(_EGLLogProc logger);
-
-
extern void
_eglLog(EGLint level, const char *fmtStr, ...);