diff --git a/gfx/common/x11_common.h b/gfx/common/x11_common.h index 7341d14006..d0a96199ff 100644 --- a/gfx/common/x11_common.h +++ b/gfx/common/x11_common.h @@ -49,8 +49,6 @@ bool x11_enter_fullscreen(Display *dpy, unsigned width, unsigned height); void x11_exit_fullscreen(Display *dpy); #endif -void x11_suspend_screensaver(void *data, bool state); - void x11_check_window(void *data, bool *quit, bool *resize, unsigned *width, unsigned *height);