shell: Remove left-over function declaration

The function itself was removed in commit 4b80cbe1cd9e back
in 2016.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3206>
This commit is contained in:
Florian Müllner 2024-02-21 16:09:32 +01:00
parent 9af81e44bc
commit a1dd5d5e1e

View File

@ -19,9 +19,6 @@ GjsContext *_shell_global_get_gjs_context (ShellGlobal *global);
ShellAppCache * shell_global_get_app_cache (ShellGlobal *global);
gboolean _shell_global_check_xdnd_event (ShellGlobal *global,
XEvent *xev);
void _shell_global_locate_pointer (ShellGlobal *global);
void _shell_global_notify_shutdown (ShellGlobal *global);