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