From 1e7f191d3a320d14fa6fff161d57ddb7e9299e48 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Tue, 13 Apr 2010 18:17:52 +0800 Subject: 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. --- src/gallium/include/pipe/p_screen.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/gallium/include/pipe') diff --git a/src/gallium/include/pipe/p_screen.h b/src/gallium/include/pipe/p_screen.h index dd7c35e12c..06ab4a848a 100644 --- a/src/gallium/include/pipe/p_screen.h +++ b/src/gallium/include/pipe/p_screen.h @@ -169,13 +169,6 @@ struct pipe_screen { unsigned bytes, unsigned bind_flags); - /** - * Do any special operations to ensure buffer size is correct - * \param context_private the private data of the calling context - */ - void (*update_buffer)( struct pipe_screen *ws, - void *context_private ); - /** * Do any special operations to ensure frontbuffer contents are * displayed, eg copy fake frontbuffer. -- cgit v1.2.3