Remove an unused debug value

GTK_DEBUG_MISC is not used at all. Drop it.
This commit is contained in:
Matthias Clasen 2018-01-09 22:56:05 -05:00
parent 2ff75aafbd
commit 92e6557015
3 changed files with 0 additions and 6 deletions

View File

@ -68,10 +68,6 @@ additional environment variables.
<term>keybindings</term>
<listitem><para>Keybindings</para></listitem>
</varlistentry>
<varlistentry>
<term>misc</term>
<listitem><para>Miscellaneous information</para></listitem>
</varlistentry>
<varlistentry>
<term>modules</term>
<listitem><para>Loading of modules</para></listitem>

View File

@ -35,7 +35,6 @@
G_BEGIN_DECLS
typedef enum {
GTK_DEBUG_MISC = 1 << 0,
GTK_DEBUG_TEXT = 1 << 1,
GTK_DEBUG_TREE = 1 << 2,
GTK_DEBUG_UPDATES = 1 << 3,

View File

@ -153,7 +153,6 @@ DisplayDebugFlags debug_flags[N_DEBUG_DISPLAYS];
#ifdef G_ENABLE_DEBUG
static const GDebugKey gtk_debug_keys[] = {
{ "misc", GTK_DEBUG_MISC },
{ "text", GTK_DEBUG_TEXT },
{ "tree", GTK_DEBUG_TREE },
{ "updates", GTK_DEBUG_UPDATES },