diff options
author | Emil Velikov <[email protected]> | 2017-05-04 19:20:17 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-05-08 15:33:54 +0100 |
commit | 1dd038e98846b1fe77cb61ed2f39bd7d1fea0fb3 (patch) | |
tree | b54bb771dc15e3e256546250375952ae85f7b1f8 /src/egl/main/egllog.h | |
parent | 0372097eec315397d6aa5c5cc516389df1faccaf (diff) |
egl: remove no longer needed logger infra
As of last commit nobody requires anything else but the
_eglDefaultLogger(). As such use it directly and simplify the
implementation.
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Reviewed-by: Chad Versace <[email protected]>
Diffstat (limited to 'src/egl/main/egllog.h')
-rw-r--r-- | src/egl/main/egllog.h | 7 |
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, ...); |