diff options
author | Jakob Bornecrantz <[email protected]> | 2010-06-01 04:38:24 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2010-06-06 13:02:49 +0100 |
commit | c7015877beedd9831402755dbc58afddcbbd5339 (patch) | |
tree | 14c52040d9d43c652f17ce5c2cec6419011c0cf9 /src/gallium/drivers/i915/i915_winsys.h | |
parent | 9ff10b67bc1d69bef96cb24627481ab939ec1aa6 (diff) |
i915g: Move bootstrap code to targets
Diffstat (limited to 'src/gallium/drivers/i915/i915_winsys.h')
-rw-r--r-- | src/gallium/drivers/i915/i915_winsys.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gallium/drivers/i915/i915_winsys.h b/src/gallium/drivers/i915/i915_winsys.h index 3aba19fe6a3..5385e403d22 100644 --- a/src/gallium/drivers/i915/i915_winsys.h +++ b/src/gallium/drivers/i915/i915_winsys.h @@ -222,11 +222,4 @@ struct i915_winsys { void (*destroy)(struct i915_winsys *iws); }; - -/** - * Create i915 pipe_screen. - */ -struct pipe_screen *i915_screen_create(struct i915_winsys *iws); - - #endif |