From 1c4dc615e11277f1d8a324ae3d4668fec66df8ae Mon Sep 17 00:00:00 2001 From: libretroadmin Date: Tue, 20 Jun 2023 12:00:17 +0200 Subject: [PATCH] Remove extra function prototype --- gfx/common/x11_common.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/gfx/common/x11_common.h b/gfx/common/x11_common.h index 7341d14006d..d0a96199ffc 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);