OSDN Git Service

mesa: remove leftovers from color indexed rendering.
authorMathias Fröhlich <Mathias.Froehlich@web.de>
Mon, 26 Dec 2011 20:45:56 +0000 (21:45 +0100)
committerMathias Fröhlich <Mathias.Froehlich@web.de>
Mon, 26 Dec 2011 20:47:06 +0000 (21:47 +0100)
commit31bf243a92454758fb4b8efc6bd8ccac99b67b6e
treeb1ca458aa372bfdc418f8a852cb5176d46f3b3dc
parent5584a8eb196b2fc71c34e7a3becb5bc7a06ecd7c
mesa: remove leftovers from color indexed rendering.

Remove gl_light::_dli and gl_light::_sli.
Both are only used for a value previously used in
color indexed rendering. Also both variables are only used
and never written.

Signed-off-by: Mathias Froehlich <Mathias.Froehlich@web.de>
src/mesa/main/mtypes.h
src/mesa/tnl/t_rasterpos.c