mesa: remove some dead display list code
authorBrian Paul <brianp@vmware.com>
Fri, 30 Jan 2015 16:12:46 +0000 (09:12 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 30 Jan 2015 20:27:18 +0000 (13:27 -0700)
commitb930ef1ce8222156464cfd1e744c9598ace5efbb
tree7ef1ab3bb08b0a77e01ca1d6ccaaf2d2e475f677
parent20bc72b791941b88d14b47c41f66c9a12a5333da
mesa: remove some dead display list code

The size of a Node is always four bytes so no need for the old code
that was used when sizeof(Node)==8.

Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/main/dlist.c