From 66adc807c496c0329bf298a59991565fa4bfb0e3 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 25 Jul 2012 07:33:19 -0600 Subject: [PATCH] mesa: remove obsolete matrix comment --- src/mesa/math/m_matrix.c | 1 - 1 file changed, 1 deletion(-) 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. -- 2.30.2