nvfx: comment-out unused var
authorBrian Paul <brianp@vmware.com>
Mon, 18 Apr 2011 14:19:42 +0000 (08:19 -0600)
committerBrian Paul <brianp@vmware.com>
Mon, 18 Apr 2011 18:34:29 +0000 (12:34 -0600)
src/gallium/drivers/nvfx/nvfx_context.c

index 2bcb93d93e3bd64580394c6d3e603cb870ee5a96..2b1510264a1154388c36f25b64a82e98808bf5c0 100644 (file)
@@ -13,7 +13,7 @@ nvfx_flush(struct pipe_context *pipe,
        struct nvfx_context *nvfx = nvfx_context(pipe);
        struct nvfx_screen *screen = nvfx->screen;
        struct nouveau_channel *chan = screen->base.channel;
-       struct nouveau_grobj *eng3d = screen->eng3d;
+       /*struct nouveau_grobj *eng3d = screen->eng3d;*/
 
        /* XXX: we need to actually be intelligent here */
         /* XXX This flag wasn't set by the state tracker anyway. */