[gjs] context: Remove unused, dead is-load-context pspec



commit c53e944f82e1cd1abcff2ae26bd0e715178bc992
Author: Colin Walters <walters verbum org>
Date:   Fri Dec 3 15:58:01 2010 -0500

    context: Remove unused, dead is-load-context pspec

 gjs/context.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/gjs/context.c b/gjs/context.c
index b550c5f..bdcf586 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);
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]