diff options
-rw-r--r-- | src/mesa/swrast/swrast.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/swrast/swrast.h b/src/mesa/swrast/swrast.h index 011c71ae4b..655c74077f 100644 --- a/src/mesa/swrast/swrast.h +++ b/src/mesa/swrast/swrast.h @@ -1,4 +1,3 @@ - /* * Mesa 3-D graphics library * Version: 5.1 @@ -221,7 +220,7 @@ _swrast_CopyColorTable( GLcontext *ctx, /* - * Texture fallbacks, Brian Paul. Could also live in a new module + * Texture fallbacks. Could also live in a new module * with the rest of the texture store fallbacks? */ extern void |