X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fmain%2Feval.h;h=5b2fce119480c3e26c904619045e6e62811e0251;hb=17cde55c538009764207bd29b78a909d2c5d14b4;hp=9b6358b0cac3f04f5bdd53a40ff762fbab5e9d37;hpb=d0102500bdc123984a2cfc95d4f2710f8c90e898;p=mesa.git diff --git a/src/mesa/main/eval.h b/src/mesa/main/eval.h index 9b6358b0cac..5b2fce11948 100644 --- a/src/mesa/main/eval.h +++ b/src/mesa/main/eval.h @@ -10,7 +10,6 @@ /* * Mesa 3-D graphics library - * Version: 3.5 * * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. * @@ -65,8 +64,7 @@ extern GLfloat *_mesa_copy_map_points2d(GLenum target, extern void _mesa_install_eval_vtxfmt(struct _glapi_table *disp, - const GLvertexformat *vfmt, - bool beginend); + const GLvertexformat *vfmt); extern void _mesa_init_eval( struct gl_context *ctx ); extern void _mesa_free_eval_data( struct gl_context *ctx );