diff options
author | Ben Skeggs <darktama@iinet.net.au> | 2006-12-24 00:50:13 +1100 |
---|---|---|
committer | Ben Skeggs <darktama@iinet.net.au> | 2006-12-24 00:50:13 +1100 |
commit | d79323bd42864fc4768874f56734bad9dc6d8a9c (patch) | |
tree | 31b2adafef5082f137df54c9ac2442136cce9d83 /src/mesa/drivers/dri/nouveau/nv40_vertprog.c | |
parent | f54c725497cac19294e1465413d21a9416d4245f (diff) |
nouveau: Kill some compile warnings.
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/nv40_vertprog.c')
-rw-r--r-- | src/mesa/drivers/dri/nouveau/nv40_vertprog.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/nouveau/nv40_vertprog.c b/src/mesa/drivers/dri/nouveau/nv40_vertprog.c index f2cb3fb166..0493e18403 100644 --- a/src/mesa/drivers/dri/nouveau/nv40_vertprog.c +++ b/src/mesa/drivers/dri/nouveau/nv40_vertprog.c @@ -2,9 +2,6 @@ #include "nouveau_msg.h" #include "nv40_shader.h" -extern nvsSwzComp NV20VP_TX_SWIZZLE[4]; -extern void NV20VPTXSwizzle(int hwswz, nvsSwzComp *swz); - /***************************************************************************** * Assembly routines */ |