mesa: remove obsolete comment on _mesa_ClearColor()
authorBrian Paul <brianp@vmware.com>
Fri, 12 Dec 2014 23:45:33 +0000 (16:45 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 12 Dec 2014 23:45:33 +0000 (16:45 -0700)
src/mesa/main/clear.c

index 7eff07b65b0cf5f98189ad1213c0009132177657..4671ee245d83c5daa1ad1008342dac2dd40eadc9 100644 (file)
@@ -58,10 +58,6 @@ _mesa_ClearIndex( GLfloat c )
  * \param alpha alpha component.
  *
  * \sa glClearColor().
- *
- * Clamps the parameters and updates gl_colorbuffer_attrib::ClearColor.  On a
- * change, flushes the vertices and notifies the driver via the
- * dd_function_table::ClearColor callback.
  */
 void GLAPIENTRY
 _mesa_ClearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha )