mesa: remove outdated comment
[mesa.git] / src / mesa / main / arrayobj.h
index 6dee1af697c2a1bda870f0e6435e1237c207052f..492ef350161fc3bb945e48b903857eb1c295b7a8 100644 (file)
@@ -45,6 +45,9 @@ struct gl_context;
  * Internal functions
  */
 
+extern struct gl_array_object *
+_mesa_lookup_arrayobj(struct gl_context *ctx, GLuint id);
+
 extern struct gl_array_object *
 _mesa_new_array_object( struct gl_context *ctx, GLuint name );