mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 02:48:06 +02:00
hgl: Remove non-nused hgl_create_st_api
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19197>
This commit is contained in:
parent
f32dde2902
commit
5e85165a7b
2 changed files with 0 additions and 11 deletions
|
|
@ -273,14 +273,6 @@ hgl_destroy_st_framebuffer(struct hgl_buffer *buffer)
|
|||
}
|
||||
|
||||
|
||||
struct st_api*
|
||||
hgl_create_st_api()
|
||||
{
|
||||
CALLED();
|
||||
return st_gl_api_create();
|
||||
}
|
||||
|
||||
|
||||
struct st_visual*
|
||||
hgl_create_st_visual(ulong options)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -79,9 +79,6 @@ struct hgl_context
|
|||
// hgl_buffer from statetracker interface
|
||||
struct hgl_buffer* hgl_st_framebuffer(struct st_framebuffer_iface *stfbi);
|
||||
|
||||
// hgl frontend
|
||||
struct st_api* hgl_create_st_api(void);
|
||||
|
||||
// hgl framebuffer
|
||||
struct hgl_buffer* hgl_create_st_framebuffer(struct hgl_context* context, void *winsysContext);
|
||||
void hgl_destroy_st_framebuffer(struct hgl_buffer *buffer);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue