diff options
Diffstat (limited to 'src/gallium/include')
-rw-r--r-- | src/gallium/include/pipe/p_screen.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gallium/include/pipe/p_screen.h b/src/gallium/include/pipe/p_screen.h index dd7c35e12c5..06ab4a848a4 100644 --- a/src/gallium/include/pipe/p_screen.h +++ b/src/gallium/include/pipe/p_screen.h @@ -170,13 +170,6 @@ struct pipe_screen { 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. * \param winsys_drawable_handle an opaque handle that the calling context |