mirror of
https://github.com/libretro/RetroArch
synced 2025-03-18 13:20:57 +00:00
Cleanup
This commit is contained in:
parent
6a5770af6d
commit
105e135e48
@ -161,12 +161,7 @@ static int x_log_error_handler(Display *dpy, XErrorEvent *event)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int x_nul_handler(Display *dpy, XErrorEvent *event)
|
||||
{
|
||||
(void)dpy;
|
||||
(void)event;
|
||||
return 0;
|
||||
}
|
||||
static int x_nul_handler(Display *dpy, XErrorEvent *event) { return 0; }
|
||||
|
||||
static void gfx_ctx_x_destroy_resources(gfx_ctx_x_data_t *x)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user