diff options
author | Luca Barbieri <luca@luca-barbieri.com> | 2010-02-20 23:30:59 +0100 |
---|---|---|
committer | Younes Manton <younes.m@gmail.com> | 2010-03-15 00:03:02 -0400 |
commit | 4d93ef1a015c8ec7341b0793e87ec375014436b3 (patch) | |
tree | e7fb2d8a0fa6562064b5c901a71835efcb4d5bb7 /src/gallium/drivers/nv40/Makefile | |
parent | 9937116c7b15468088a224da478d927347a76f32 (diff) |
nv30, nv40: unify nv[34]0_state_viewport.c
The files are identical, except for an extra comment in nv30.
Diffstat (limited to 'src/gallium/drivers/nv40/Makefile')
-rw-r--r-- | src/gallium/drivers/nv40/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv40/Makefile b/src/gallium/drivers/nv40/Makefile index 0b3607be89..85d6ce9886 100644 --- a/src/gallium/drivers/nv40/Makefile +++ b/src/gallium/drivers/nv40/Makefile @@ -11,7 +11,6 @@ C_SOURCES = \ nv40_screen.c \ nv40_state.c \ nv40_state_fb.c \ - nv40_state_viewport.c \ nv40_vbo.c \ nv40_vertprog.c |