i915: Remove a dead if (0) block.

This commit is contained in:
Eric Anholt 2010-09-23 16:34:10 -07:00
parent 64ff468d6f
commit f46523e0bc
1 changed files with 0 additions and 3 deletions

View 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);