diff options
author | Eric Anholt <eric@anholt.net> | 2010-09-23 16:34:10 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2010-09-23 16:34:10 -0700 |
commit | f46523e0bcdfe447b4a9a35fe1561490fa32c3f0 (patch) | |
tree | 46c06d7e0d42076990bda4fe88a153b58e579491 | |
parent | 64ff468d6ff7645e4c0247a5135d71f380690873 (diff) |
i915: Remove a dead if (0) block.
-rw-r--r-- | src/mesa/drivers/dri/i915/i915_context.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/i915/i915_context.c b/src/mesa/drivers/dri/i915/i915_context.c index 450e66e0d3..bf6762d666 100644 --- a/src/mesa/drivers/dri/i915/i915_context.c +++ b/src/mesa/drivers/dri/i915/i915_context.c @@ -108,9 +108,6 @@ i915CreateContext(int api, if (!i915) return GL_FALSE; - if (0) - printf("\ntexmem-0-3 branch\n\n"); - i915InitVtbl(i915); i915InitDriverFunctions(&functions); |