diff options
author | Matthias Clasen <mclasen@redhat.com> | 2018-01-09 23:16:30 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2018-01-09 23:21:33 -0500 |
commit | 0290b28564dc30c42bb9ad354b87e68a803340b0 (patch) | |
tree | 0a5d0ab6495c288b51a971211cd37adce2a5bb9a /gdk/gdk.c | |
parent | 0443892bc7da4acd215c2aa7781baddff5ca50a7 (diff) | |
download | gtk+-0290b28564dc30c42bb9ad354b87e68a803340b0.tar.gz |
Drop unused debug keys
The multihead, xim and xinerama keys do nothing anymore.
Diffstat (limited to 'gdk/gdk.c')
-rw-r--r-- | gdk/gdk.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -156,12 +156,9 @@ static const GDebugKey gdk_debug_keys[] = { { "events", GDK_DEBUG_EVENTS }, { "misc", GDK_DEBUG_MISC }, { "dnd", GDK_DEBUG_DND }, - { "xim", GDK_DEBUG_XIM }, { "nograbs", GDK_DEBUG_NOGRABS }, { "input", GDK_DEBUG_INPUT }, { "cursor", GDK_DEBUG_CURSOR }, - { "multihead", GDK_DEBUG_MULTIHEAD }, - { "xinerama", GDK_DEBUG_XINERAMA }, { "eventloop", GDK_DEBUG_EVENTLOOP }, { "frames", GDK_DEBUG_FRAMES }, { "settings", GDK_DEBUG_SETTINGS }, |