mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
egl: unexport _eglConvertIntsToAttribs
Nobody else makes use of this function. We can always re-export it if someone ever needs it. Signed-off-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
4729e1b511
commit
9e1d35ca75
2 changed files with 1 additions and 4 deletions
|
|
@ -288,7 +288,7 @@ _eglSetFuncName(const char *funcName, _EGLDisplay *disp, EGLenum objectType, _EG
|
|||
* Return an EGL error code. The output parameter out_attrib_list is modified
|
||||
* only on success.
|
||||
*/
|
||||
EGLint
|
||||
static EGLint
|
||||
_eglConvertIntsToAttribs(const EGLint *int_list, EGLAttrib **out_attrib_list)
|
||||
{
|
||||
size_t len = 0;
|
||||
|
|
|
|||
|
|
@ -200,9 +200,6 @@ struct _egl_api
|
|||
struct mesa_glinterop_export_out *out);
|
||||
};
|
||||
|
||||
EGLint _eglConvertIntsToAttribs(const EGLint *int_list,
|
||||
EGLAttrib **out_attrib_list);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue