[gjs/april-maintenance: 12/14] global: Remove slot for ByteArray prototype



commit 7493274e812a63ba3963f778988a8ebb25f523fa
Author: Philip Chimento <philip chimento gmail com>
Date:   Tue Apr 7 09:49:53 2020 -0700

    global: Remove slot for ByteArray prototype
    
    This is no longer used since the ByteArray refactor.

 gjs/global.h | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/gjs/global.h b/gjs/global.h
index 29f528df..341f1572 100644
--- a/gjs/global.h
+++ b/gjs/global.h
@@ -36,7 +36,6 @@ typedef enum {
     GJS_GLOBAL_SLOT_PROTOTYPE_function,
     GJS_GLOBAL_SLOT_PROTOTYPE_ns,
     GJS_GLOBAL_SLOT_PROTOTYPE_repo,
-    GJS_GLOBAL_SLOT_PROTOTYPE_byte_array,
     GJS_GLOBAL_SLOT_PROTOTYPE_importer,
     GJS_GLOBAL_SLOT_PROTOTYPE_cairo_context,
     GJS_GLOBAL_SLOT_PROTOTYPE_cairo_gradient,


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