diff options
author | Brian Paul <[email protected]> | 2011-11-12 11:50:31 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-11-15 07:49:26 -0700 |
commit | 77c85f014aa1db44f60b1b3291af8132ab65f444 (patch) | |
tree | 928324ffb248098d2eca97d4cdc8e9f2768f6cb6 /src/mesa/SConscript | |
parent | bd5ba36bf73fb63e62f779138d5e1ef6fcec6f26 (diff) |
mesa: remove _swrast_ReadPixels()
We use the code in main/readpix.c now.
Acked-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/SConscript')
-rw-r--r-- | src/mesa/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/SConscript b/src/mesa/SConscript index 3e42bfd8b82..80760863640 100644 --- a/src/mesa/SConscript +++ b/src/mesa/SConscript @@ -169,7 +169,6 @@ swrast_sources = [ 'swrast/s_logic.c', 'swrast/s_masking.c', 'swrast/s_points.c', - 'swrast/s_readpix.c', 'swrast/s_span.c', 'swrast/s_stencil.c', 'swrast/s_texcombine.c', |