egl: drop unused _EGLDriver from {Create,Destroy}ImageKHR()
Signed-off-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6241>
This commit is contained in:

committed by
Marge Bot

parent
a7d15d2ae3
commit
740ec08f21
@@ -324,7 +324,7 @@ _eglReleaseDisplayResources(_EGLDisplay *display)
|
||||
list = list->Next;
|
||||
|
||||
_eglUnlinkImage(image);
|
||||
drv->DestroyImageKHR(drv, display, image);
|
||||
drv->DestroyImageKHR(display, image);
|
||||
}
|
||||
assert(!display->ResourceLists[_EGL_RESOURCE_IMAGE]);
|
||||
|
||||
|
Reference in New Issue
Block a user