mesa: remove old comments in arrayobj.c
authorBrian Paul <brianp@vmware.com>
Wed, 11 Nov 2015 00:03:37 +0000 (17:03 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 11 Nov 2015 16:38:22 +0000 (09:38 -0700)
src/mesa/main/arrayobj.c

index 061e557a3971b0e4ebdbc78ac3a700ae113129d7..897dac6e5db54cfa93e69c291abcc8bea36c2cc6 100644 (file)
@@ -149,8 +149,6 @@ unbind_array_object_vbos(struct gl_context *ctx, struct gl_vertex_array_object *
 
 /**
  * Allocate and initialize a new vertex array object.
- *
- * This function is intended to be called via
  */
 struct gl_vertex_array_object *
 _mesa_new_vao(struct gl_context *ctx, GLuint name)
@@ -164,9 +162,6 @@ _mesa_new_vao(struct gl_context *ctx, GLuint name)
 
 /**
  * Delete an array object.
- *
- * This function is intended to be called via
- * \c dd_function_table::DeleteArrayObject.
  */
 void
 _mesa_delete_vao(struct gl_context *ctx, struct gl_vertex_array_object *obj)