Merge branch 'mesa_7_5_branch'
[mesa.git] / progs / demos / glinfo.c
index a61e3654748668ab1e6601255709410f39597155..a6a7478288e62ad4f3173e94323f309116b42ca7 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id: glinfo.c,v 1.1 1999/08/19 00:55:40 jtg Exp $ */
 
 /*
  * Print GL, GLU and GLUT version and extension info
@@ -8,23 +7,6 @@
  */
 
 
-/*
- * $Log: glinfo.c,v $
- * Revision 1.1  1999/08/19 00:55:40  jtg
- * Initial revision
- *
- * Revision 3.2  1999/02/02 04:45:49  brianp
- * include stdio.h before glut.h
- *
- * Revision 3.1  1998/02/22 16:42:54  brianp
- * added casts to prevent compiler warnings
- *
- * Revision 3.0  1998/02/14 18:42:29  brianp
- * initial rev
- *
- */
-
-
 #include <stdio.h>
 #include <GL/glut.h>