i915: Remove a dead if (0) block.
authorEric Anholt <eric@anholt.net>
Thu, 23 Sep 2010 23:34:10 +0000 (16:34 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 23 Sep 2010 23:34:10 +0000 (16:34 -0700)
src/mesa/drivers/dri/i915/i915_context.c

index 450e66e0d33c86a416597b5973282d15065a4fdf..bf6762d666683c8c4db0001e6c57c2f218925d02 100644 (file)
@@ -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);