nvfx: comment-out unused var

This commit is contained in:
Brian Paul 2011-04-18 08:19:42 -06:00
parent dad95c112f
commit 1249e54f8b

View 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. */