diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h index 33d94f40029..34d2eb8aba1 100644 --- a/src/mesa/main/dd.h +++ b/src/mesa/main/dd.h @@ -199,17 +199,6 @@ struct dd_function_table { struct gl_buffer_object *indexbuf, uint32_t enabled_attribs); - /** - * \name Vertex/pixel buffer object functions - */ - /*@{*/ - void (*InvalidateBufferSubData)( struct gl_context *ctx, - struct gl_buffer_object *obj, - GLintptr offset, - GLsizeiptr length ); - - /*@}*/ - /** * \name GREMEDY debug/marker functions */