OSDN Git Service

st/nine: Remove useless call to nine_update_state
authorAxel Davy <axel.davy@ens.fr>
Sun, 16 Oct 2016 08:54:41 +0000 (10:54 +0200)
committerAxel Davy <axel.davy@ens.fr>
Tue, 20 Dec 2016 22:44:20 +0000 (23:44 +0100)
The call was not needed.

Signed-off-by: Axel Davy <axel.davy@ens.fr>
src/gallium/state_trackers/nine/device9.c

index 055e71d..7bdf19f 100644 (file)
@@ -467,7 +467,6 @@ NineDevice9_ctor( struct NineDevice9 *This,
     }
 
     This->update = &This->state;
-    nine_update_state(This);
 
     nine_state_init_sw(This);