st/mesa: remove dead conditional in Clear
authorMarek Olšák <maraeo@gmail.com>
Mon, 14 Jan 2013 07:20:42 +0000 (08:20 +0100)
committerMarek Olšák <maraeo@gmail.com>
Tue, 15 Jan 2013 15:47:18 +0000 (16:47 +0100)
commitd489c90a68e125b81bb590a0262ebdba91f0b883
tree95f2ce64378cb71aad9184d63955a169d727062a
parentf94ea25a4ac9f65cfec880ea3cb9d6c50eda93d1
st/mesa: remove dead conditional in Clear

I think the conditional always evaluates to false.

If I understand the code in core Mesa correctly, depthBits or stencilBits
is 0 if the depth or stencil renderbuffer is NULL, respectively.

Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/state_tracker/st_cb_clear.c