[Mesa-dev] [PATCH] mesa: remove set_entry from forward type declarations

Timothy Arceri tarceri at itsqueeze.com
Thu Dec 7 04:59:25 UTC 2017


Reviewed-by: Timothy Arceri <tarceri at itsqueeze.com>

On 06/12/17 21:38, Alejandro PiƱeiro wrote:
> This type was used at gl_sync_object, but it is not used anymore.
> ---
>   src/mesa/main/mtypes.h | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
> index b478f6158e2..4c90f58ef5a 100644
> --- a/src/mesa/main/mtypes.h
> +++ b/src/mesa/main/mtypes.h
> @@ -99,7 +99,6 @@ struct gl_uniform_storage;
>   struct prog_instruction;
>   struct gl_program_parameter_list;
>   struct set;
> -struct set_entry;
>   struct vbo_context;
>   /*@}*/
>   
> 


More information about the mesa-dev mailing list