diff options
author | Brian Paul <[email protected]> | 2002-04-22 16:03:37 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-04-22 16:03:37 +0000 |
commit | fdd631a941b4c71c50b64cea2575ab0e3bbe1968 (patch) | |
tree | cc25e60eb742d5eab21d305b8b8f0be717582e6b /progs/demos/spectex.c | |
parent | 62954c8c30cf7ca321ef0de0c02edb46950664ec (diff) |
removed CVS $Log comments
Diffstat (limited to 'progs/demos/spectex.c')
-rw-r--r-- | progs/demos/spectex.c | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/progs/demos/spectex.c b/progs/demos/spectex.c index 412f442e4ad..68de85ca054 100644 --- a/progs/demos/spectex.c +++ b/progs/demos/spectex.c @@ -1,4 +1,4 @@ -/* $Id: spectex.c,v 1.1 1999/08/19 00:55:40 jtg Exp $ */ +/* $Id: spectex.c,v 1.2 2002/04/22 16:03:37 brianp Exp $ */ /* * GLUT demonstration of texturing with specular highlights. @@ -17,24 +17,6 @@ * Brian Paul February 1997 */ - -/* - * $Log: spectex.c,v $ - * Revision 1.1 1999/08/19 00:55:40 jtg - * Initial revision - * - * Revision 3.2 1999/03/28 18:22:05 brianp - * minor clean-up - * - * Revision 3.1 1998/02/14 18:47:48 brianp - * added OpenGL 1.2 separate specular interpolation support - * - * Revision 3.0 1998/02/14 18:42:29 brianp - * initial rev - * - */ - - #include <stdio.h> #include <stdlib.h> #include <math.h> |