Merge branch 'master' into pipe-video
[mesa.git] / src / gallium / drivers / nvfx / nvfx_context.c
index 62d623b9ffe36acf750e73c39cf5d489cc26ac22..95834d23273882eed7139158c9a4de420a31933a 100644 (file)
@@ -13,7 +13,6 @@ nvfx_flush(struct pipe_context *pipe, unsigned flags,
        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;
 
        /* XXX: we need to actually be intelligent here */
        if (flags & PIPE_FLUSH_TEXTURE_CACHE) {