mesa: remove unused _mesa_error_check_format_type() function
authorBrian Paul <brianp@vmware.com>
Tue, 7 Feb 2012 14:42:33 +0000 (07:42 -0700)
committerBrian Paul <brianp@vmware.com>
Tue, 7 Feb 2012 14:45:40 +0000 (07:45 -0700)
commit938671397f6e88b68e77c93d6b440f9602950fbe
tree4604b2a7b4b6af39103bed30ea4e0198044cc10b
parentb8f7eef4ef84d53d32d08a70dc7daec623cf7eab
mesa: remove unused _mesa_error_check_format_type() function

This was only used by glReadPixels and glDrawPixels.  Now those
functions do the corresponding error checks.

Signed-off-by: Brian Paul <brianp@vmware.com>
src/mesa/main/readpix.c
src/mesa/main/readpix.h