mesa: remove obsolete matrix comment
authorBrian Paul <brianp@vmware.com>
Wed, 25 Jul 2012 13:33:19 +0000 (07:33 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 26 Jul 2012 19:59:44 +0000 (13:59 -0600)
src/mesa/math/m_matrix.c

index d6c77c599433ba27e2237698ade16bee7588faf9..40f92293b02c4027d69565a4b5ec36b8a24bf5f2 100644 (file)
@@ -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.