[Mesa-dev] [PATCH] i965: remove unused brwInitVtbl declaration

Timothy Arceri timothy.arceri at collabora.com
Mon Jan 2 22:19:54 UTC 2017


On Mon, 2017-01-02 at 15:02 +0200, Tapani Pälli wrote:
> function was removed by b3360d23ac1db61390b2ac8963756c6133ba6e23
> 
> Signed-off-by: Tapani Pälli <tapani.palli at intel.com>


Reviewed-by: Timothy Arceri <timothy.arceri at collabora.com>

> ---
>  src/mesa/drivers/dri/i965/brw_context.h | 5 -----
>  1 file changed, 5 deletions(-)
> 
> diff --git a/src/mesa/drivers/dri/i965/brw_context.h
> b/src/mesa/drivers/dri/i965/brw_context.h
> index 3146baf..574f232 100644
> --- a/src/mesa/drivers/dri/i965/brw_context.h
> +++ b/src/mesa/drivers/dri/i965/brw_context.h
> @@ -1278,11 +1278,6 @@ struct brw_context
>     struct intel_screen *screen;
>  };
>  
> -/*==================================================================
> ====
> - * brw_vtbl.c
> - */
> -void brwInitVtbl( struct brw_context *brw );
> -
>  /* brw_clear.c */
>  extern void intelInitClearFuncs(struct dd_function_table
> *functions);
>  


More information about the mesa-dev mailing list