From ef9ade3548bb54949ba2c93410dab0b3bca16c58 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Tue, 28 Jan 2014 11:17:34 -0500 Subject: [PATCH] shell-global: Remove unused declaration --- src/shell-global.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/shell-global.c b/src/shell-global.c index f961dadae..cc82566f9 100644 --- a/src/shell-global.c +++ b/src/shell-global.c @@ -48,8 +48,6 @@ static ShellGlobal *the_object = NULL; static void grab_notify (GtkWidget *widget, gboolean is_grab, gpointer user_data); -static void shell_global_on_gc (GjsContext *context, - ShellGlobal *global); struct _ShellGlobal { GObject parent;