Mesa (master): intel: Remove a couple of dead function prototypes.

Eric Anholt anholt at kemper.freedesktop.org
Sun Dec 23 00:05:39 UTC 2012


Module: Mesa
Branch: master
Commit: cb3b172d196c98f4ab707751f0628e072ef47a86
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cb3b172d196c98f4ab707751f0628e072ef47a86

Author: Eric Anholt <eric at anholt.net>
Date:   Tue Dec 18 14:12:50 2012 -0800

intel: Remove a couple of dead function prototypes.

Reviewed-by: Jordan Justen <jordan.l.justen at intel.com>

---

 src/mesa/drivers/dri/intel/intel_mipmap_tree.h |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/mesa/drivers/dri/intel/intel_mipmap_tree.h b/src/mesa/drivers/dri/intel/intel_mipmap_tree.h
index 3a465da..eb4ad7f 100644
--- a/src/mesa/drivers/dri/intel/intel_mipmap_tree.h
+++ b/src/mesa/drivers/dri/intel/intel_mipmap_tree.h
@@ -518,11 +518,6 @@ void
 intel_miptree_slice_set_needs_depth_resolve(struct intel_mipmap_tree *mt,
                                             uint32_t level,
 					    uint32_t depth);
-void
-intel_miptree_all_slices_set_need_hiz_resolve(struct intel_mipmap_tree *mt);
-
-void
-intel_miptree_all_slices_set_need_depth_resolve(struct intel_mipmap_tree *mt);
 
 /**
  * \return false if no resolve was needed




More information about the mesa-commit mailing list