diff options
author | Ben Skeggs <[email protected]> | 2009-02-05 18:40:38 +1000 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2009-02-05 18:42:17 +1000 |
commit | 75f0b38d9ea4a7318b0d661712dda15e24707395 (patch) | |
tree | f139e7ba0692cabad7b59fc5a0af55fa1befda39 /src/gallium/drivers/nv50/nv50_context.h | |
parent | ff8dff017e537c6db4c86aad43e92b768cb187e4 (diff) |
nv50: stop using nouveau_push.h, it's evil
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_context.h')
-rw-r--r-- | src/gallium/drivers/nv50/nv50_context.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/drivers/nv50/nv50_context.h b/src/gallium/drivers/nv50/nv50_context.h index 6c9e18429ac..6a11572590a 100644 --- a/src/gallium/drivers/nv50/nv50_context.h +++ b/src/gallium/drivers/nv50/nv50_context.h @@ -15,10 +15,6 @@ #include "nouveau/nouveau_gldefs.h" #include "nouveau/nouveau_stateobj.h" -#define NOUVEAU_PUSH_CONTEXT(ctx) \ - struct nv50_screen *ctx = nv50->screen -#include "nouveau/nouveau_push.h" - #include "nv50_screen.h" #include "nv50_program.h" |