diff options
author | Kenneth Graunke <[email protected]> | 2012-10-14 15:02:04 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2012-10-16 11:24:34 -0700 |
commit | 7487b1612824edbef620ea20e5deb1d4f640db31 (patch) | |
tree | 082a9bd951fd67dc43a753d760bdb7883fecaebc /src/mesa/main/dlist.c | |
parent | 16d8161962d04170f141a893a50a620906abe375 (diff) |
mesa: Remove the NV program API functions.
These are all unused now.
Reviewed-by: Brian Paul <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/main/dlist.c')
-rw-r--r-- | src/mesa/main/dlist.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c index 8749ee34285..28cd52a4049 100644 --- a/src/mesa/main/dlist.c +++ b/src/mesa/main/dlist.c @@ -63,7 +63,6 @@ #include "mtypes.h" #include "varray.h" #include "arbprogram.h" -#include "nvprogram.h" #include "transformfeedback.h" #include "math/m_matrix.h" |