egl/main: no longer export internal function
[mesa.git] / src / egl / main / eglcurrent.c
index d358feaad5e2aeab69d97efd2014e75a2de3b8e8..3d496411cbb08aeae3b7500242d8a4527423caf5 100644 (file)
@@ -244,7 +244,7 @@ _eglIsCurrentThreadDummy(void)
 /**
  * Return the currently bound context of the given API, or NULL.
  */
-PUBLIC _EGLContext *
+_EGLContext *
 _eglGetAPIContext(EGLenum api)
 {
    _EGLThreadInfo *t = _eglGetCurrentThread();