From c53e944f82e1cd1abcff2ae26bd0e715178bc992 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 3 Dec 2010 15:58:01 -0500 Subject: context: Remove unused, dead is-load-context pspec --- gjs/context.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gjs/context.c b/gjs/context.c index b550c5f7..bdcf586e 100644 --- a/gjs/context.c +++ b/gjs/context.c @@ -316,12 +316,6 @@ gjs_context_class_init(GjsContextClass *klass) PROP_RUNTIME, pspec); - pspec = g_param_spec_boolean("is-load-context", - "IsLoadContext", - "Whether this is the load context", - FALSE, - G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY); - gjs_register_native_module("byteArray", gjs_define_byte_array_stuff, 0); } -- cgit v1.2.1