From 61985169a2f492b33d4ecd10bd2075057ff3d3e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 21 Feb 2024 16:09:32 +0100 Subject: [PATCH] shell: Remove left-over function declaration The function itself was removed in commit 4b80cbe1cd9e back in 2016. Part-of: (cherry picked from commit a1dd5d5e1e12d598c90283e54e3972a1402ac27d) --- src/shell-global-private.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/shell-global-private.h b/src/shell-global-private.h index 613250060..8ba211898 100644 --- a/src/shell-global-private.h +++ b/src/shell-global-private.h @@ -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);