From: Axel Davy Date: Sun, 16 Oct 2016 08:54:41 +0000 (+0200) Subject: st/nine: Remove useless call to nine_update_state X-Git-Tag: android-x86-6.0-r3~1126 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=0630d3600bfb770cf3b23761c45b3add3b277c6b;p=android-x86%2Fexternal-mesa.git st/nine: Remove useless call to nine_update_state The call was not needed. Signed-off-by: Axel Davy --- diff --git a/src/gallium/state_trackers/nine/device9.c b/src/gallium/state_trackers/nine/device9.c index 055e71dcfca..7bdf19fdc97 100644 --- a/src/gallium/state_trackers/nine/device9.c +++ b/src/gallium/state_trackers/nine/device9.c @@ -467,7 +467,6 @@ NineDevice9_ctor( struct NineDevice9 *This, } This->update = &This->state; - nine_update_state(This); nine_state_init_sw(This);