From: Ian Romanick Date: Thu, 25 Jun 2015 15:43:13 +0000 (-0700) Subject: i965: Remove extern declaration for nonexistent state atom X-Git-Tag: upstream/17.1.0~17107 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7a12e646d3874f4ff755e05cfb27560d11d075a7;p=platform%2Fupstream%2Fmesa.git i965: Remove extern declaration for nonexistent state atom Signed-off-by: Ian Romanick Acked-by: Jason Ekstrand Reviewed-by: Juha-Pekka Heikkila --- diff --git a/src/mesa/drivers/dri/i965/brw_state.h b/src/mesa/drivers/dri/i965/brw_state.h index 2eff1b5..a99bbbd 100644 --- a/src/mesa/drivers/dri/i965/brw_state.h +++ b/src/mesa/drivers/dri/i965/brw_state.h @@ -121,7 +121,6 @@ extern const struct brw_tracked_state gen6_wm_state; extern const struct brw_tracked_state gen7_depthbuffer; extern const struct brw_tracked_state gen7_clip_state; extern const struct brw_tracked_state gen7_disable_stages; -extern const struct brw_tracked_state gen7_gs_push_constants; extern const struct brw_tracked_state gen7_gs_state; extern const struct brw_tracked_state gen7_ps_state; extern const struct brw_tracked_state gen7_push_constant_space;