intel: Remove dead intelIsTextureResident().
authorEric Anholt <eric@anholt.net>
Thu, 23 Sep 2010 23:30:58 +0000 (16:30 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 23 Sep 2010 23:30:58 +0000 (16:30 -0700)
commit64ff468d6ff7645e4c0247a5135d71f380690873
tree45d800208566f635e45045dbf544aa26661c4c77
parentf9e6f401e1c3b0a9caeb09f4c14eaea48dd91d06
intel: Remove dead intelIsTextureResident().

It always returned 1 (GL_TRUE), which is the same thing that happens when
the driver hook isn't present.
src/mesa/drivers/dri/intel/intel_tex.c