Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
[mesa.git] / src / gallium / drivers / nv40 / nv40_state.h
index 9c55903ae309cfc16362cfbb68e55e752b8e2749..8a9d8c8fdf608bc409f3b157f53a2edc38ba9a18 100644 (file)
@@ -79,9 +79,6 @@ struct nv40_miptree {
        struct pipe_buffer *buffer;
        uint total_size;
 
-       struct pipe_texture *shadow_tex;
-       struct pipe_surface *shadow_surface;
-
        struct {
                uint pitch;
                uint *image_offset;