diff options
Diffstat (limited to 'progs/demos/renormal.c')
-rw-r--r-- | progs/demos/renormal.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/progs/demos/renormal.c b/progs/demos/renormal.c index dc5d980722a..284dffdb274 100644 --- a/progs/demos/renormal.c +++ b/progs/demos/renormal.c @@ -1,15 +1,9 @@ -/* $Id: renormal.c,v 1.3 1999/09/17 12:27:01 brianp Exp $ */ /* * Test GL_EXT_rescale_normal extension * Brian Paul January 1998 This program is in the public domain. */ -/* - * $Id: renormal.c,v 1.3 1999/09/17 12:27:01 brianp Exp $ - */ - - #include <stdio.h> #include <stdlib.h> #include <math.h> |