summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_simple_screen.h
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2010-04-13 18:17:52 +0800
committerChia-I Wu <olv@lunarg.com>2010-04-13 21:47:23 +0800
commit1e7f191d3a320d14fa6fff161d57ddb7e9299e48 (patch)
tree22c9a8da51df41a1d45385830b880304cdf61deb /src/gallium/auxiliary/util/u_simple_screen.h
parentcd834499ebdb1178eeab804497e4f18471fffbf6 (diff)
gallium: Remove pipe_screen::update_buffer.
It has no user after the removal of st_public. Plus, it has never been implemented by a pipe driver or winsys.
Diffstat (limited to 'src/gallium/auxiliary/util/u_simple_screen.h')
-rw-r--r--src/gallium/auxiliary/util/u_simple_screen.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/auxiliary/util/u_simple_screen.h b/src/gallium/auxiliary/util/u_simple_screen.h
index de6325fe2a..b52232f025 100644
--- a/src/gallium/auxiliary/util/u_simple_screen.h
+++ b/src/gallium/auxiliary/util/u_simple_screen.h
@@ -53,11 +53,6 @@ struct pipe_winsys
const char *(*get_name)( struct pipe_winsys *ws );
/**
- * Do any special operations to ensure buffer size is correct
- */
- void (*update_buffer)( struct pipe_winsys *ws,
- void *context_private );
- /**
* Do any special operations to ensure frontbuffer contents are
* displayed, eg copy fake frontbuffer.
*/