vbo: Remove the always false branch dlist replay.
authorMathias Fröhlich <mathias.froehlich@web.de>
Mon, 29 Oct 2018 05:13:19 +0000 (06:13 +0100)
committerMathias Fröhlich <mathias.froehlich@web.de>
Thu, 1 Nov 2018 05:08:49 +0000 (06:08 +0100)
commit873adb06fadd33ba09cbe50678e96ec5ca294e0d
tree083d2ad50b7da2b00f16c261de1693f49ce90c12
parent1387b4d53385c6827d785b3c858d9e585ee8883e
vbo: Remove the always false branch dlist replay.

The previous patch left a constant if (0) in the code.
Clean that up now.

Reviewed-by: Brian Paul <brianp@vmware.com>
Signed-off-by: Mathias Fröhlich <Mathias.Froehlich@web.de>
src/mesa/vbo/vbo_save_loopback.c