Skip to content

Commit

Permalink
Remove extra function prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
LibretroAdmin committed Jun 20, 2023
1 parent c0d3b8f commit 1c4dc61
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gfx/common/x11_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 1c4dc61

Please sign in to comment.