summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2015-07-15 16:44:44 -0700
committerEric Anholt <eric@anholt.net>2015-07-15 16:44:44 -0700
commit35016b75894adbf8eabb6682f80f68dfca14300c (patch)
treeb74a5cb2939224efe48a0b19145c9b6b88c683e8
parent118565cd8e8a352303d53643558adca9ec1c6406 (diff)
downloadlibepoxy-35016b75894adbf8eabb6682f80f68dfca14300c.tar.gz
Also drop the publishing of epoxy_conservative_egl_version()
Like epoxy_conservative_gl_version(), it's internal only (and didn't have a published prototype in the headers).
-rw-r--r--src/dispatch_egl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispatch_egl.c b/src/dispatch_egl.c
index 8e13798..9649ba4 100644
--- a/src/dispatch_egl.c
+++ b/src/dispatch_egl.c
@@ -27,7 +27,7 @@
#include "dispatch_common.h"
-PUBLIC int
+int
epoxy_conservative_egl_version(void)
{
EGLDisplay dpy = eglGetCurrentDisplay();