gobject-query: Delete unused code

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall 2022-06-09 12:51:06 +01:00
parent 5d498f4d1c
commit 17a1c29850

View File

@ -32,21 +32,12 @@ static FILE *f_out = NULL;
static GType root = 0; static GType root = 0;
static gboolean recursion = TRUE; static gboolean recursion = TRUE;
#if 0 #define O_SPACE " "
# define O_SPACE "\\as" #define O_ESPACE ""
# define O_ESPACE " " #define O_BRANCH "+"
# define O_BRANCH "\\aE" #define O_VLINE "|"
# define O_VLINE "\\al" #define O_LLEAF "`"
# define O_LLEAF "\\aL" #define O_KEY_FILL "_"
# 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
static void static void
show_nodes (GType type, show_nodes (GType type,