mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 11:38:05 +02:00
mesa: Remove unused _es_color4ub
Reviewed-by: Dave Airlie <airlied@redhat.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14098>
This commit is contained in:
parent
5d09812c2f
commit
5b8eeaac3a
2 changed files with 0 additions and 12 deletions
|
|
@ -75,15 +75,6 @@ _mesa_ClipPlanex(GLenum plane, const GLfixed *equation)
|
|||
_mesa_ClipPlane(plane, converted_equation);
|
||||
}
|
||||
|
||||
void GL_APIENTRY
|
||||
_es_Color4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
|
||||
{
|
||||
_es_Color4f((GLfloat) (red / 255.0f),
|
||||
(GLfloat) (green / 255.0f),
|
||||
(GLfloat) (blue / 255.0f),
|
||||
(GLfloat) (alpha / 255.0f));
|
||||
}
|
||||
|
||||
void GL_APIENTRY
|
||||
_mesa_Color4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -43,9 +43,6 @@ _mesa_ClipPlanef(GLenum plane, const GLfloat *equation);
|
|||
void GL_APIENTRY
|
||||
_mesa_ClipPlanex(GLenum plane, const GLfixed *equation);
|
||||
|
||||
void GL_APIENTRY
|
||||
_es_Color4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
|
||||
|
||||
void GL_APIENTRY
|
||||
_mesa_Color4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue