diff options
author | Jakob Bornecrantz <[email protected]> | 2010-07-03 12:56:35 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2010-07-04 13:32:02 +0100 |
commit | 50f17a001fbd9ca6fd20fc43eec64abe14de7ef9 (patch) | |
tree | e70f3af58b00fb36e6a51563e1b289d69e27b8fe /src/gallium/drivers/i915/i915_context.h | |
parent | 57fc2ad7a165bd969de5d1943e325db52f702eb8 (diff) |
i915g: Minor cleanups
Diffstat (limited to 'src/gallium/drivers/i915/i915_context.h')
-rw-r--r-- | src/gallium/drivers/i915/i915_context.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/i915/i915_context.h b/src/gallium/drivers/i915/i915_context.h index ac02ab23325..b210cb130d0 100644 --- a/src/gallium/drivers/i915/i915_context.h +++ b/src/gallium/drivers/i915/i915_context.h @@ -316,8 +316,6 @@ struct pipe_context *i915_create_context(struct pipe_screen *screen, void *priv); - - /*********************************************************************** * Inline conversion functions. These are better-typed than the * macros used previously: @@ -329,5 +327,4 @@ i915_context( struct pipe_context *pipe ) } - #endif |