Remove extra function prototype

This commit is contained in:
libretroadmin 2023-06-20 12:00:17 +02:00
parent c0d3b8f14b
commit 1c4dc615e1

View File

@ -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);