Before calling _mesa_create_context(), initialize a dd_function_table struct
[mesa.git] / src / mesa / drivers / dri / tdfx / tdfx_context.h
index 9b0c912769b4ed98894e48857087a3f0b6f575ae..4bf813061e03b76a4d5e70d9cc634eadbbccefb5 100644 (file)
@@ -868,11 +868,6 @@ struct tdfx_context {
 
    struct tdfx_glide   Glide;
 
-
-   /* Temporaries for translating away float colors:
-    */
-   struct gl_client_array UbyteColor;
-
    /* Fallback rasterization functions 
     */
    tdfx_point_func draw_point;