intel: Remove some dead code I noticed in intel_screen.c.

It was present in the initial i915tex import.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
Eric Anholt
2014-02-20 14:49:50 -08:00
parent fdcf6c8fad
commit 9ac9d133ed
2 changed files with 0 additions and 8 deletions
-4
View File
@@ -94,10 +94,6 @@ DRI_CONF_END
#include "i915_drm.h"
#ifdef USE_NEW_INTERFACE
static PFNGLXCREATECONTEXTMODES create_context_modes = NULL;
#endif /*USE_NEW_INTERFACE */
/**
* For debugging purposes, this returns a time in seconds.
*/
-4
View File
@@ -105,10 +105,6 @@ DRI_CONF_END
#include "i915_drm.h"
#ifdef USE_NEW_INTERFACE
static PFNGLXCREATECONTEXTMODES create_context_modes = NULL;
#endif /*USE_NEW_INTERFACE */
/**
* For debugging purposes, this returns a time in seconds.
*/