mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
mesa: drop unnecessary GLAPIENTRY to _mesa_init_line()
Noticed randomly. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
58acc32a5e
commit
110dda0e3f
2 changed files with 2 additions and 2 deletions
|
|
@ -125,7 +125,7 @@ _mesa_LineStipple( GLint factor, GLushort pattern )
|
|||
* Initializes __struct gl_contextRec::Line and line related constants in
|
||||
* __struct gl_contextRec::Const.
|
||||
*/
|
||||
void GLAPIENTRY
|
||||
void
|
||||
_mesa_init_line( struct gl_context * ctx )
|
||||
{
|
||||
ctx->Line.SmoothFlag = GL_FALSE;
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ _mesa_LineWidth( GLfloat width );
|
|||
extern void GLAPIENTRY
|
||||
_mesa_LineStipple( GLint factor, GLushort pattern );
|
||||
|
||||
extern void GLAPIENTRY
|
||||
extern void
|
||||
_mesa_init_line( struct gl_context * ctx );
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue