[gjs: 5/11] gjs-private: Remove dead code




commit a92f93c83bbb86dcea3a5a645f585efb3e6917f0
Author: Philip Chimento <philip chimento gmail com>
Date:   Tue Sep 28 22:58:11 2021 -0700

    gjs-private: Remove dead code
    
    This struct definition is not used anywhere.

 libgjs-private/gjs-util.c | 6 ------
 1 file changed, 6 deletions(-)
---
diff --git a/libgjs-private/gjs-util.c b/libgjs-private/gjs-util.c
index 5ca54a3e..f656b6db 100644
--- a/libgjs-private/gjs-util.c
+++ b/libgjs-private/gjs-util.c
@@ -243,12 +243,6 @@ void gjs_list_store_sort(GListStore *store, GjsCompareDataFunc compare_func,
   g_list_store_sort(store, (GCompareDataFunc)compare_func, user_data);
 }
 
-typedef struct WriterFuncData {
-    GjsGLogWriterFunc func;
-    void* wrapped_user_data;
-    GDestroyNotify wrapped_user_data_free;
-} WriterFuncData;
-
 static void* log_writer_user_data = NULL;
 static GDestroyNotify log_writer_user_data_free = NULL;
 


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