From: Marek Olšák Date: Sun, 26 Dec 2010 00:31:42 +0000 (+0100) Subject: vbo: remove a redundant call to _ae_invalidate_state X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=984d64881fbdd6524bbd4f78ef7f9daaa6c5567b;p=mesa.git vbo: remove a redundant call to _ae_invalidate_state It's called in vbo_exec_invalidate_state too. --- diff --git a/src/mesa/vbo/vbo_context.c b/src/mesa/vbo/vbo_context.c index 9992cc34739..6656ed89816 100644 --- a/src/mesa/vbo/vbo_context.c +++ b/src/mesa/vbo/vbo_context.c @@ -209,7 +209,6 @@ GLboolean _vbo_CreateContext( struct gl_context *ctx ) void _vbo_InvalidateState( struct gl_context *ctx, GLuint new_state ) { - _ae_invalidate_state(ctx, new_state); vbo_exec_invalidate_state(ctx, new_state); }