mesa: Remove 'texelBytes' declarations that are only used in assertions.
authorVinson Lee <vlee@freedesktop.org>
Thu, 5 Jan 2012 07:52:19 +0000 (23:52 -0800)
committerVinson Lee <vlee@freedesktop.org>
Fri, 6 Jan 2012 06:37:06 +0000 (22:37 -0800)
commit44c089bd485a00462aeac361736035dc56895441
tree4916f2e04ca2f5fa83022e88116f18a73bde4d97
parent33fe02111605ec8897dbc1c989c137b6e38c02f8
mesa: Remove 'texelBytes' declarations that are only used in assertions.

This patch silences these GCC warnings.
warning: unused variable 'texelBytes'

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/main/texstore.c