From: Ian Romanick Date: Wed, 2 Sep 2015 21:56:18 +0000 (-0700) Subject: i915: Remove prototype for nonexistent brw_miptree_layout X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=20915dd2e0539ec5eba958230bbda2215cb19c2c;p=mesa.git i915: Remove prototype for nonexistent brw_miptree_layout Hasn't existed in the i915 source since the i915 and i965 drivers parted ways. Signed-off-by: Ian Romanick Reviewed-by: Anuj Phogat --- diff --git a/src/mesa/drivers/dri/i915/intel_mipmap_tree.h b/src/mesa/drivers/dri/i915/intel_mipmap_tree.h index d711a29d50c..f6ed71733f2 100644 --- a/src/mesa/drivers/dri/i915/intel_mipmap_tree.h +++ b/src/mesa/drivers/dri/i915/intel_mipmap_tree.h @@ -344,8 +344,6 @@ intel_miptree_copy_teximage(struct intel_context *intel, */ void i915_miptree_layout(struct intel_mipmap_tree *mt); void i945_miptree_layout(struct intel_mipmap_tree *mt); -void brw_miptree_layout(struct intel_context *intel, - struct intel_mipmap_tree *mt); void *intel_miptree_map_raw(struct intel_context *intel, struct intel_mipmap_tree *mt);