mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
Remove an unused debug value
GTK_DEBUG_MISC is not used at all. Drop it.
This commit is contained in:
parent
2ff75aafbd
commit
92e6557015
@ -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>
|
||||
|
@ -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,
|
||||
|
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user