diff options
author | Brian Paul <[email protected]> | 2011-04-18 08:19:42 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-04-18 12:34:29 -0600 |
commit | 1249e54f8bfbf502f41179972644cd15d91c31dc (patch) | |
tree | ddc4e090e1d319186ac7caa15f9067716f3493ad | |
parent | dad95c112f09b9978d71ababe80c4e34121d49f0 (diff) |
nvfx: comment-out unused var
-rw-r--r-- | src/gallium/drivers/nvfx/nvfx_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nvfx/nvfx_context.c b/src/gallium/drivers/nvfx/nvfx_context.c index 2bcb93d93e3..2b1510264a1 100644 --- a/src/gallium/drivers/nvfx/nvfx_context.c +++ b/src/gallium/drivers/nvfx/nvfx_context.c @@ -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. */ |