diff options
author | Brian Paul <[email protected]> | 2015-10-21 13:42:21 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2015-10-22 17:19:20 -0600 |
commit | af0399a1ce5acea464219f63399284cb175fa1f4 (patch) | |
tree | b2ffe2bfd965587ef0f21d956dd6067f161b921c /src/mesa/Makefile.sources | |
parent | 234d5320bbe373b9197e63f92326398b54c16fe9 (diff) |
tnl: remove t_rasterpos.c
Reviewed-by: Roland Scheidegger <[email protected]>
Diffstat (limited to 'src/mesa/Makefile.sources')
-rw-r--r-- | src/mesa/Makefile.sources | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources index 34fb4461985..4bcaa62f48e 100644 --- a/src/mesa/Makefile.sources +++ b/src/mesa/Makefile.sources @@ -345,7 +345,6 @@ TNL_FILES = \ tnl/tnl.h \ tnl/t_pipeline.c \ tnl/t_pipeline.h \ - tnl/t_rasterpos.c \ tnl/t_vb_cliptmp.h \ tnl/t_vb_fog.c \ tnl/t_vb_light.c \ |