mesa: remove duplicate assignments in bind_xfb_buffers()
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Wed, 23 Aug 2017 14:43:33 +0000 (16:43 +0200)
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>
Thu, 24 Aug 2017 09:01:50 +0000 (11:01 +0200)
commitbfef3fabc69de2bd1210ba0720eacd9e75548eac
tree7280c152f512f7de4c5721911a54ffa7519a4a0e
parentf8b47b4789770ac9c502a4722a10437b460c3b21
mesa: remove duplicate assignments in bind_xfb_buffers()

Useless to do that before checking errors. It's now similar to
the other bind_XXX_buffers() helpers.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
src/mesa/main/bufferobj.c