From bf35f0cb7aa3d77929cab26da4b70fb6ef99a355 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Mon, 6 Dec 2021 13:33:28 +1000 Subject: [PATCH] mtypes: drop some context pointers that are unused now MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Timothy Arceri Reviewed-by: Zoltán Böszörményi Part-of: --- src/mesa/main/mtypes.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 6de28f39112..ce24d971271 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -5592,9 +5592,6 @@ struct gl_context * These will eventually live in the driver or elsewhere. */ /*@{*/ - void *swrast_context; - void *swsetup_context; - void *swtnl_context; struct vbo_context vbo_context; struct st_context *st; /*@}*/