summaryrefslogtreecommitdiff
path: root/src/mesa/main/points.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2000-10-31 18:09:44 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2000-10-31 18:09:44 +0000
commit724abeb058ca9372c5a9b9e38ee43dde1accaa41 (patch)
tree964fba63d45d79ff38dab32f8e8614e68d46e4bc /src/mesa/main/points.h
parente3a051e0538a605551f4d58294c94f5eb00ed07f (diff)
Moved the software rasterizer to a new directory.
Diffstat (limited to 'src/mesa/main/points.h')
-rw-r--r--src/mesa/main/points.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesa/main/points.h b/src/mesa/main/points.h
index b024ffbdf8..0da8c11ba1 100644
--- a/src/mesa/main/points.h
+++ b/src/mesa/main/points.h
@@ -1,4 +1,4 @@
-/* $Id: points.h,v 1.2 1999/11/11 01:22:27 brianp Exp $ */
+/* $Id: points.h,v 1.3 2000/10/31 18:09:44 keithw Exp $ */
/*
* Mesa 3-D graphics library
@@ -47,7 +47,5 @@ extern void
_mesa_PointParameterfvEXT( GLenum pname, const GLfloat *params );
-extern void gl_set_point_function( GLcontext *ctx );
-
#endif