diff options
author | Brian Paul <[email protected]> | 2012-07-25 07:33:19 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-07-26 13:59:44 -0600 |
commit | 66adc807c496c0329bf298a59991565fa4bfb0e3 (patch) | |
tree | 1a3e60887380d9a365c5fddf383b90b8efd1c93c /src/mesa/math | |
parent | 1e37d54d9d323482b39bf888c09c9857a379bb1c (diff) |
mesa: remove obsolete matrix comment
Diffstat (limited to 'src/mesa/math')
-rw-r--r-- | src/mesa/math/m_matrix.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/math/m_matrix.c b/src/mesa/math/m_matrix.c index d6c77c59943..40f92293b02 100644 --- a/src/mesa/math/m_matrix.c +++ b/src/mesa/math/m_matrix.c @@ -45,7 +45,6 @@ * \defgroup MatFlags MAT_FLAG_XXX-flags * * Bitmasks to indicate different kinds of 4x4 matrices in GLmatrix::flags - * It would be nice to make all these flags private to m_matrix.c */ /*@{*/ #define MAT_FLAG_IDENTITY 0 /**< is an identity matrix flag. |