shell-global: Remove unused gc-notifications support

This is going to be removed upstream.
This commit is contained in:
Jasper St. Pierre 2014-01-15 09:18:53 -05:00
parent c8a58dcb69
commit 0d92451c49

View File

@ -98,8 +98,6 @@ struct _ShellGlobal {
guint32 xdnd_timestamp;
gint64 last_gc_end_time;
gboolean has_modal;
};
@ -300,9 +298,7 @@ shell_global_init (ShellGlobal *global)
global->js_context = g_object_new (GJS_TYPE_CONTEXT,
"search-path", search_path,
"gc-notifications", TRUE,
NULL);
g_signal_connect (global->js_context, "gc", G_CALLBACK (shell_global_on_gc), global);
g_strfreev (search_path);
}
@ -1155,13 +1151,6 @@ shell_global_reexec_self (ShellGlobal *global)
g_ptr_array_free (arr, TRUE);
}
static void
shell_global_on_gc (GjsContext *context,
ShellGlobal *global)
{
global->last_gc_end_time = g_get_monotonic_time ();
}
/**
* shell_global_notify_error:
* @global: a #ShellGlobal