diff options
author | José Fonseca <[email protected]> | 2009-01-28 15:52:39 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2009-01-28 15:54:13 +0000 |
commit | 665d6d6c1e5ebbb925e73bd3637d228def5a977d (patch) | |
tree | 88739de36a6c00a8e3e23a5817d1ad1321f2292e /src/gallium/auxiliary/pipebuffer/pb_buffer.h | |
parent | 4f5308bdcb9e62f678975a77783a48096f6dfdc6 (diff) |
pipebuffer: Export the pipe buffer winsys hooks.
Diffstat (limited to 'src/gallium/auxiliary/pipebuffer/pb_buffer.h')
-rw-r--r-- | src/gallium/auxiliary/pipebuffer/pb_buffer.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/auxiliary/pipebuffer/pb_buffer.h b/src/gallium/auxiliary/pipebuffer/pb_buffer.h index 4f1a8a38942..a4650e469fb 100644 --- a/src/gallium/auxiliary/pipebuffer/pb_buffer.h +++ b/src/gallium/auxiliary/pipebuffer/pb_buffer.h @@ -240,10 +240,6 @@ pb_malloc_buffer_create(size_t size, const struct pb_desc *desc); -void -pb_init_winsys(struct pipe_winsys *winsys); - - #ifdef __cplusplus } #endif |