mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 13:20:10 +01:00
libgl-xlib: Remove unused st_api_create_OpenGL.
st/egl no longer relies on libGL for OpenGL support.
This commit is contained in:
parent
cadc4ad963
commit
0dbcf3b014
1 changed files with 0 additions and 8 deletions
|
|
@ -39,14 +39,6 @@
|
|||
#include "state_tracker/st_api.h"
|
||||
#include "state_tracker/st_gl_api.h"
|
||||
|
||||
/* piggy back on this libGL for OpenGL support in EGL */
|
||||
struct st_api *
|
||||
st_api_create_OpenGL()
|
||||
{
|
||||
return st_gl_api_create();
|
||||
}
|
||||
|
||||
|
||||
/* Helper function to choose and instantiate one of the software rasterizers:
|
||||
* cell, llvmpipe, softpipe.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue