mtypes: drop some context pointers that are unused now

Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
Reviewed-by: Zoltán Böszörményi <zboszor@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14072>
This commit is contained in:
Dave Airlie 2021-12-06 13:33:28 +10:00
parent 80719f08a7
commit bf35f0cb7a

View file

@ -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;
/*@}*/