diff options
author | Luca Barbieri <[email protected]> | 2010-02-20 23:30:59 +0100 |
---|---|---|
committer | Younes Manton <[email protected]> | 2010-03-15 00:03:02 -0400 |
commit | 4d93ef1a015c8ec7341b0793e87ec375014436b3 (patch) | |
tree | e7fb2d8a0fa6562064b5c901a71835efcb4d5bb7 /src/gallium/drivers/nv30/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/nv30/Makefile')
-rw-r--r-- | src/gallium/drivers/nv30/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv30/Makefile b/src/gallium/drivers/nv30/Makefile index 4f9798de0c6..6ee0d8f248a 100644 --- a/src/gallium/drivers/nv30/Makefile +++ b/src/gallium/drivers/nv30/Makefile @@ -11,7 +11,6 @@ C_SOURCES = \ nv30_screen.c \ nv30_state.c \ nv30_state_fb.c \ - nv30_state_viewport.c \ nv30_vbo.c \ nv30_vertprog.c |