From 35016b75894adbf8eabb6682f80f68dfca14300c Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 15 Jul 2015 16:44:44 -0700 Subject: [PATCH] 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). --- src/dispatch_egl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();