diff options
author | Brian Paul <[email protected]> | 2014-12-12 16:45:33 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2014-12-12 16:45:33 -0700 |
commit | 0dcc7de20552b744e91a31d840f9d5af32b2039e (patch) | |
tree | c22a8e605c673cd6dbf462853e458e397b9441f8 | |
parent | caa13c59ef98d3ba7c87f06aa1403a0f3ea62277 (diff) |
mesa: remove obsolete comment on _mesa_ClearColor()
-rw-r--r-- | src/mesa/main/clear.c | 4 |
1 files changed, 0 insertions, 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 ) |