diff options
author | Rune Peterson <[email protected]> | 2007-02-10 18:19:43 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2007-02-10 18:19:43 -0700 |
commit | 3bacb68c70e4a0813bf944061a97e727cbd89c43 (patch) | |
tree | c222dbb96ceaa8432dcf827a9af175195942b3a9 /src/mesa/main/points.h | |
parent | b2d30ca0cb01a80ff440a4a07b293daa16486e12 (diff) |
ctx->Point._Size fix
Diffstat (limited to 'src/mesa/main/points.h')
-rw-r--r-- | src/mesa/main/points.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/points.h b/src/mesa/main/points.h index 56acd9ee574..951ff677db4 100644 --- a/src/mesa/main/points.h +++ b/src/mesa/main/points.h @@ -50,9 +50,6 @@ _mesa_PointParameterfEXT( GLenum pname, GLfloat param ); extern void GLAPIENTRY _mesa_PointParameterfvEXT( GLenum pname, const GLfloat *params ); -extern void -_mesa_update_point(GLcontext *ctx); - extern void _mesa_init_point( GLcontext * ctx ); |