mesa: make _mesa_update_depth/stencil_buffer() static
authorBrian Paul <brianp@vmware.com>
Tue, 11 Oct 2011 03:00:01 +0000 (21:00 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 12 Oct 2011 00:43:36 +0000 (18:43 -0600)
commit7aab0fbaa6ec41c720bed6cfcb53a50c2a646a26
treeaa7f579bb3460abcf3d6b62cdec01fb5602f5a75
parente9adfa2ba1af9c3579b25327335c47118b6c7c3f
mesa: make _mesa_update_depth/stencil_buffer() static

These functions were only called in framebuffer.c where they were defined.
Remove the unneeded attIndex parameter too.

Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/main/framebuffer.c
src/mesa/main/framebuffer.h