Module: Mesa Branch: master Commit: 0f991e843470ff14c82927b3e90a72b8cd4c74f2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0f991e843470ff14c82927b3e90a72b8cd4c74f2
Author: Tapani Pälli <[email protected]> Date: Mon Jan 2 15:02:03 2017 +0200 i965: remove unused brwInitVtbl declaration function was removed by b3360d23ac1db61390b2ac8963756c6133ba6e23 Signed-off-by: Tapani Pälli <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> --- 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 2dd2686..17b4256 100644 --- a/src/mesa/drivers/dri/i965/brw_context.h +++ b/src/mesa/drivers/dri/i965/brw_context.h @@ -1241,11 +1241,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); _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
