From: Brian Date: Wed, 7 Nov 2007 16:54:02 +0000 (-0700) Subject: disable/remove dead code X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7e884c6f86621ca07ed31fc7ee3f4d891f0873da;p=mesa.git disable/remove dead code --- diff --git a/src/mesa/pipe/i915simple/i915_state_sampler.c b/src/mesa/pipe/i915simple/i915_state_sampler.c index 95da30af451..65a4d3e1990 100644 --- a/src/mesa/pipe/i915simple/i915_state_sampler.c +++ b/src/mesa/pipe/i915simple/i915_state_sampler.c @@ -25,13 +25,6 @@ * **************************************************************************/ -//#include "mtypes.h" -//#include "enums.h" -//#include "texformat.h" -//#include "macros.h" -//#include "dri_bufmgr.h" - - #include "pipe/p_context.h" #include "pipe/p_state.h" #include "pipe/p_util.h" @@ -40,7 +33,7 @@ #include "i915_context.h" #include "i915_reg.h" #include "i915_state.h" -//#include "i915_cache.h" + static uint bitcount(uint k) @@ -55,6 +48,7 @@ bitcount(uint k) } +#if 0 static boolean is_power_of_two_texture(const struct pipe_mipmap_tree *mt) { @@ -66,6 +60,7 @@ is_power_of_two_texture(const struct pipe_mipmap_tree *mt) else return 0; } +#endif /**