[Mesa-dev] [PATCH 3/3] mesa: remove unused function declaration

Matt Turner mattst88 at gmail.com
Fri May 29 11:54:35 PDT 2015


On Fri, May 29, 2015 at 6:16 AM, Timothy Arceri <t_arceri at yahoo.com.au> wrote:
> ---
>  src/mesa/main/uniforms.h | 4 ----
>  1 file changed, 4 deletions(-)
>
> diff --git a/src/mesa/main/uniforms.h b/src/mesa/main/uniforms.h
> index 55fa235..bd7b05e 100644
> --- a/src/mesa/main/uniforms.h
> +++ b/src/mesa/main/uniforms.h
> @@ -343,10 +343,6 @@ void GLAPIENTRY
>  _mesa_ProgramUniformMatrix4x3dv(GLuint program, GLint location, GLsizei count,
>                                  GLboolean transpose, const GLdouble *value);
>
> -long
> -_mesa_parse_program_resource_name(const GLchar *name,
> -                                  const GLchar **out_base_name_end);
> -

Whoops, looks like it was mistakenly added in commit b92900d2 (which
actually did add "parse_program_resource_name").

Reviewed-by: Matt Turner <mattst88 at gmail.com>


More information about the mesa-dev mailing list