diff options
author | Jakob Bornecrantz <[email protected]> | 2009-02-24 23:55:03 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2009-02-25 02:00:29 +0100 |
commit | c92dc32dc26263c28a3446bc4829cfd972c8252b (patch) | |
tree | f5f2b95aeb8068afe03c3706c7da1510ca8aced8 /src/gallium/drivers/i915simple/i915_screen.h | |
parent | bfdbbfb0251bcd17c1a559668d0f4a0d36847a84 (diff) |
i915: Clean up i915_winsys.h a bit
Diffstat (limited to 'src/gallium/drivers/i915simple/i915_screen.h')
-rw-r--r-- | src/gallium/drivers/i915simple/i915_screen.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/drivers/i915simple/i915_screen.h b/src/gallium/drivers/i915simple/i915_screen.h index a371663453c..5284c325951 100644 --- a/src/gallium/drivers/i915simple/i915_screen.h +++ b/src/gallium/drivers/i915simple/i915_screen.h @@ -75,10 +75,6 @@ i915_transfer( struct pipe_transfer *transfer ) } -extern struct pipe_screen * -i915_create_screen(struct pipe_winsys *winsys, uint pci_id); - - #ifdef __cplusplus } #endif |