From 0dcc7de20552b744e91a31d840f9d5af32b2039e Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 12 Dec 2014 16:45:33 -0700 Subject: [PATCH] mesa: remove obsolete comment on _mesa_ClearColor() --- src/mesa/main/clear.c | 4 ---- 1 file changed, 4 deletions(-) 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 ) -- 2.30.2