diff options
author | keithw <keithw@keithw-laptop.(none)> | 2007-08-24 10:22:37 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2007-08-24 11:25:07 +0100 |
commit | d36e01aa940cfd48fcdbc7d57d356c4d4c7cfc9c (patch) | |
tree | df64e73fa20eb6ccb21f5eb8f67df3d9d79ba075 /src/mesa/pipe/i915simple/i915_context.h | |
parent | 7a1027cd4098c25dc59be889f4d00cdb47550b44 (diff) |
remove dead file
Diffstat (limited to 'src/mesa/pipe/i915simple/i915_context.h')
-rw-r--r-- | src/mesa/pipe/i915simple/i915_context.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/pipe/i915simple/i915_context.h b/src/mesa/pipe/i915simple/i915_context.h index 5de6afa9e9b..c30c79d83c9 100644 --- a/src/mesa/pipe/i915simple/i915_context.h +++ b/src/mesa/pipe/i915simple/i915_context.h @@ -201,7 +201,6 @@ struct draw_stage *i915_draw_render_stage( struct i915_context *i915 ); * i915_state_emit.c: */ void i915_emit_hardware_state(struct i915_context *i915 ); -unsigned *i915_passthrough_program( unsigned *dwords ); |