mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
Small compile fix
This commit is contained in:
parent
0a82c75eab
commit
1795166732
1 changed files with 0 additions and 2 deletions
|
|
@ -217,8 +217,6 @@ static void gl_ggiSetupPointers( GLcontext *ctx )
|
|||
ctx->Driver.ClearIndex = gl_ggiSetClearIndex;
|
||||
ctx->Driver.ClearColor = gl_ggiSetClearColor;
|
||||
ctx->Driver.Clear = gl_ggiClear;
|
||||
ctx->Driver.Index = gl_ggiSetIndex;
|
||||
ctx->Driver.Color = gl_ggiSetColor;
|
||||
|
||||
ctx->Driver.SetDrawBuffer = gl_ggiSetDrawBuffer;
|
||||
ctx->Driver.SetReadBuffer = gl_ggiSetReadBuffer;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue