summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-12-03 15:58:01 -0500
committerColin Walters <walters@verbum.org>2010-12-03 15:58:34 -0500
commitc53e944f82e1cd1abcff2ae26bd0e715178bc992 (patch)
tree533f1d98e05a7da229dba75467d34a99a03ddadc
parented52398ca5bdd9dbb707a8c6b9f2ef9eb513b8dd (diff)
downloadgjs-c53e944f82e1cd1abcff2ae26bd0e715178bc992.tar.gz
context: Remove unused, dead is-load-context pspec
-rw-r--r--gjs/context.c6
1 files changed, 0 insertions, 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);
}