diff options
author | Stéphane Marchesin <[email protected]> | 2011-09-21 17:30:39 -0700 |
---|---|---|
committer | Stéphane Marchesin <[email protected]> | 2011-09-21 18:01:38 -0700 |
commit | ca8492c2842f766f52387c978caf83fa5f0e8fcd (patch) | |
tree | 2dbeef36d2b3277659271e32095aa6a2fbcd8f18 /src/gallium/drivers/i915/i915_fpc.h | |
parent | 559a0cd1fc3e8dab27075afa0064c1aebe003d9d (diff) |
i915g: Remove stale function prototype.
Diffstat (limited to 'src/gallium/drivers/i915/i915_fpc.h')
-rw-r--r-- | src/gallium/drivers/i915/i915_fpc.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gallium/drivers/i915/i915_fpc.h b/src/gallium/drivers/i915/i915_fpc.h index b2683c82033..41bf5161b0b 100644 --- a/src/gallium/drivers/i915/i915_fpc.h +++ b/src/gallium/drivers/i915/i915_fpc.h @@ -196,12 +196,6 @@ extern uint i915_emit_const4f(struct i915_fp_compile *p, /*====================================================================== - * i915_fpc_debug.c - */ -extern void i915_disassemble_program(const uint * program, uint sz); - - -/*====================================================================== * i915_fpc_translate.c */ |