[gjs] global: Remove GJS_GLOBAL_SLOT_KEEP_ALIVE



commit 0744d1332873729f1b93d331298af5fc7c5b291b
Author: Philip Chimento <philip chimento gmail com>
Date:   Tue Apr 4 20:15:39 2017 -0700

    global: Remove GJS_GLOBAL_SLOT_KEEP_ALIVE
    
    We don't have a keep-alive object anymore so we don't need a slot to keep
    it in.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=614413

 gjs/jsapi-util.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gjs/jsapi-util.h b/gjs/jsapi-util.h
index 9592044..aa0bd25 100644
--- a/gjs/jsapi-util.h
+++ b/gjs/jsapi-util.h
@@ -74,7 +74,6 @@ enum {
 
 typedef enum {
     GJS_GLOBAL_SLOT_IMPORTS,
-    GJS_GLOBAL_SLOT_KEEP_ALIVE,
     GJS_GLOBAL_SLOT_BYTE_ARRAY_PROTOTYPE,
     GJS_GLOBAL_SLOT_LAST,
 } GjsGlobalSlot;


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