[glib: 1/9] gobject-query: Delete unused code




commit 17a1c29850ccef7a33fade49a6ace3915688f2e9
Author: Philip Withnall <pwithnall endlessos org>
Date:   Thu Jun 9 12:51:06 2022 +0100

    gobject-query: Delete unused code
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>

 gobject/gobject-query.c | 21 ++++++---------------
 1 file changed, 6 insertions(+), 15 deletions(-)
---
diff --git a/gobject/gobject-query.c b/gobject/gobject-query.c
index 5c3c7dc425..698630fc7b 100644
--- a/gobject/gobject-query.c
+++ b/gobject/gobject-query.c
@@ -32,21 +32,12 @@ static FILE *f_out = NULL;
 static GType root = 0;
 static gboolean recursion = TRUE;
 
-#if 0
-#  define      O_SPACE "\\as"
-#  define      O_ESPACE " "
-#  define      O_BRANCH "\\aE"
-#  define      O_VLINE "\\al"
-#  define      O_LLEAF "\\aL"
-#  define      O_KEY_FILL "_"
-#else
-#  define      O_SPACE " "
-#  define      O_ESPACE ""
-#  define      O_BRANCH "+"
-#  define      O_VLINE "|"
-#  define      O_LLEAF "`"
-#  define      O_KEY_FILL "_"
-#endif
+#define        O_SPACE " "
+#define        O_ESPACE ""
+#define        O_BRANCH "+"
+#define        O_VLINE "|"
+#define        O_LLEAF "`"
+#define        O_KEY_FILL "_"
 
 static void
 show_nodes (GType        type,


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