From 37e95871789780a8f5848c5e85ec123571e8dff7 Mon Sep 17 00:00:00 2001 From: Ben Skeggs Date: Sun, 6 Jan 2008 22:14:22 +1100 Subject: nv40: do nothing for set_clip_state() There's no way possible for us to support clip planes with the current interfaces anyway. --- src/mesa/pipe/nv40/nv40_state.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mesa/pipe/nv40/nv40_state.c b/src/mesa/pipe/nv40/nv40_state.c index a7a5fefc6d6..14e12626d43 100644 --- a/src/mesa/pipe/nv40/nv40_state.c +++ b/src/mesa/pipe/nv40/nv40_state.c @@ -515,9 +515,6 @@ static void nv40_set_clip_state(struct pipe_context *pipe, const struct pipe_clip_state *clip) { - struct nv40_context *nv40 = (struct nv40_context *)pipe; - - nv40->dirty |= NV40_NEW_VERTPROG; } static void -- cgit v1.2.3