mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 15:38:09 +02:00
remove GetBufferSize = NULL; assignment
This commit is contained in:
parent
df5edb21f8
commit
94249ca333
1 changed files with 0 additions and 1 deletions
|
|
@ -242,7 +242,6 @@ void intelInitDriverFunctions( struct dd_function_table *functions )
|
|||
functions->Clear = intelClear;
|
||||
functions->Flush = intelglFlush;
|
||||
functions->Finish = intelFinish;
|
||||
functions->GetBufferSize = NULL; /* OBSOLETE */
|
||||
functions->GetString = intelGetString;
|
||||
functions->UpdateState = intelInvalidateState;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue