summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>1999-11-24 18:45:44 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>1999-11-24 18:45:44 +0000
commit5bf7f47083f29f4e5f44107f2f398b8b37dd423b (patch)
treee6bf3a3e1bfd0d45380b48bdcf31893dd8d6ec70
parentb16103c4668fb7adaf3b17dc7a416e10ffdbee7f (diff)
removed version logging
-rw-r--r--include/GL/xmesa.h22
1 files changed, 1 insertions, 21 deletions
diff --git a/include/GL/xmesa.h b/include/GL/xmesa.h
index 4a2ed9ac25..313aa23c94 100644
--- a/include/GL/xmesa.h
+++ b/include/GL/xmesa.h
@@ -1,4 +1,4 @@
-/* $Id: xmesa.h,v 1.2 1999/11/24 18:36:14 brianp Exp $ */
+/* $Id: xmesa.h,v 1.3 1999/11/24 18:45:44 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -26,26 +26,6 @@
/*
- * $Log: xmesa.h,v $
- * Revision 1.2 1999/11/24 18:36:14 brianp
- * added XMesaMakeCurrent2(), XMesaGetCurrentReadBuffer(), bumped version to 3.3
- *
- * Revision 1.1.1.1 1999/08/19 00:55:40 jtg
- * Imported sources
- *
- * Revision 1.3 1999/02/24 22:43:27 jens
- * Name changes to get XMesa to compile standalone inside XFree86
- *
- * Revision 1.2 1999/02/14 03:39:09 brianp
- * new copyright
- *
- * Revision 1.1 1998/02/13 03:17:32 brianp
- * Initial revision
- *
- */
-
-
-/*
* Mesa/X11 interface. This header file serves as the documentation for
* the Mesa/X11 interface functions.
*