mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Unnecessary
This commit is contained in:
parent
d18f9fb137
commit
d2b749e0e6
@ -82,15 +82,6 @@ static const unsigned long retroarch_icon_vk_data[] = {
|
||||
0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000
|
||||
};
|
||||
|
||||
static int x_log_error_handler(Display *dpy, XErrorEvent *event)
|
||||
{
|
||||
char buf[1024];
|
||||
XGetErrorText(dpy, event->error_code, buf, sizeof buf);
|
||||
RARCH_WARN("[GLX]: X error message: %s, request code: %d, minor code: %d\n",
|
||||
buf, event->request_code, event->minor_code);
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int x_vk_nul_handler(Display *dpy, XErrorEvent *event) { return 0; }
|
||||
|
||||
static void gfx_ctx_x_vk_destroy_resources(gfx_ctx_x_vk_data_t *x)
|
||||
|
Loading…
x
Reference in New Issue
Block a user