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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int x_nul_handler(Display *dpy, XErrorEvent *event)
|
static int x_nul_handler(Display *dpy, XErrorEvent *event) { return 0; }
|
||||||
{
|
|
||||||
(void)dpy;
|
|
||||||
(void)event;
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
static void gfx_ctx_x_destroy_resources(gfx_ctx_x_data_t *x)
|
static void gfx_ctx_x_destroy_resources(gfx_ctx_x_data_t *x)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue