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/glutfx.c | |
parent | 62954c8c30cf7ca321ef0de0c02edb46950664ec (diff) |
removed CVS $Log comments
Diffstat (limited to 'progs/demos/glutfx.c')
-rw-r--r-- | progs/demos/glutfx.c | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/progs/demos/glutfx.c b/progs/demos/glutfx.c index 6b9d9faf4e9..ec4468471c1 100644 --- a/progs/demos/glutfx.c +++ b/progs/demos/glutfx.c @@ -1,4 +1,4 @@ -/* $Id: glutfx.c,v 1.2 2000/06/27 17:04:43 brianp Exp $ */ +/* $Id: glutfx.c,v 1.3 2002/04/22 16:03:37 brianp Exp $ */ /* * Example of how one might use GLUT with the 3Dfx driver in full-screen mode. @@ -14,25 +14,6 @@ * Brian Paul This file is in the public domain. */ -/* - * $Log: glutfx.c,v $ - * Revision 1.2 2000/06/27 17:04:43 brianp - * fixed compiler warnings - * - * Revision 1.1.1.1 1999/08/19 00:55:40 jtg - * Imported sources - * - * Revision 3.2 1999/03/28 18:18:33 brianp - * minor clean-up - * - * Revision 3.1 1998/06/29 02:37:30 brianp - * minor changes for Windows (Ted Jump) - * - * Revision 3.0 1998/02/14 18:42:29 brianp - * initial rev - * - */ - #include <stdio.h> #include <stdlib.h> |