diff options
author | Eric Anholt <[email protected]> | 2013-06-21 10:43:32 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2013-06-26 01:07:12 -0700 |
commit | 57407bcaf8b0ee249a64b25483dcd1fc1268cf5c (patch) | |
tree | e187cd934c8994c48fd5f145e567c440bef84e2e /src/mesa/drivers/dri/i915/intel_tris.c | |
parent | 88514d922e4e392ec82ea8ab2ecb5bf0d2317c4f (diff) |
intel: Drop little bits of dead code.
I noticed these while building the fork-i915 branch.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i915/intel_tris.c')
-rw-r--r-- | src/mesa/drivers/dri/i915/intel_tris.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i915/intel_tris.c b/src/mesa/drivers/dri/i915/intel_tris.c index 126094b591b..02b225b2e6e 100644 --- a/src/mesa/drivers/dri/i915/intel_tris.c +++ b/src/mesa/drivers/dri/i915/intel_tris.c @@ -94,8 +94,6 @@ static void intel_start_inline(struct intel_context *intel, uint32_t prim) intel->no_batch_wrap = true; - /*printf("%s *", __progname);*/ - /* Emit a slot which will be filled with the inline primitive * command later. */ |