shell: Remove left-over function declaration

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

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3206>
(cherry picked from commit a1dd5d5e1e)
This commit is contained in:
Florian Müllner 2024-02-21 16:09:32 +01:00
parent 29c51d098f
commit 61985169a2
No known key found for this signature in database

View file

@ -19,9 +19,6 @@ GjsContext *_shell_global_get_gjs_context (ShellGlobal *global);
ShellAppCache * shell_global_get_app_cache (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_locate_pointer (ShellGlobal *global);
void _shell_global_notify_shutdown (ShellGlobal *global); void _shell_global_notify_shutdown (ShellGlobal *global);