From: Brian Paul Date: Wed, 25 Jul 2012 13:33:19 +0000 (-0600) Subject: mesa: remove obsolete matrix comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=66adc807c496c0329bf298a59991565fa4bfb0e3;p=mesa.git mesa: remove obsolete matrix comment --- 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.