summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/pipebuffer/pb_buffer.h
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-01-28 15:52:39 +0000
committerJosé Fonseca <jfonseca@vmware.com>2009-01-28 15:54:13 +0000
commit665d6d6c1e5ebbb925e73bd3637d228def5a977d (patch)
tree88739de36a6c00a8e3e23a5817d1ad1321f2292e /src/gallium/auxiliary/pipebuffer/pb_buffer.h
parent4f5308bdcb9e62f678975a77783a48096f6dfdc6 (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.h4
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 4f1a8a3894..a4650e469f 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