From: Brian Paul Date: Fri, 12 Dec 2014 23:45:33 +0000 (-0700) Subject: mesa: remove obsolete comment on _mesa_ClearColor() X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0dcc7de20552b744e91a31d840f9d5af32b2039e;p=mesa.git mesa: remove obsolete comment on _mesa_ClearColor() --- diff --git a/src/mesa/main/clear.c b/src/mesa/main/clear.c index 7eff07b65b0..4671ee245d8 100644 --- a/src/mesa/main/clear.c +++ b/src/mesa/main/clear.c @@ -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 )