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:
@@ -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;
|
||||
/*@}*/
|
||||
|
||||
Reference in New Issue
Block a user