diff options
author | Matthias Clasen <mclasen@redhat.com> | 2018-01-12 20:38:26 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2018-01-14 17:05:04 -0500 |
commit | 1d2606dc94f0bc26619803df310c35f600f14063 (patch) | |
tree | fa90094d2afb4d69d68167ebfe94c2dd3e2b1e1e /gdk/gdk.c | |
parent | 08dc2cd6a85bcc2012bbcfab96d9566a0d619fcf (diff) | |
download | gtk+-1d2606dc94f0bc26619803df310c35f600f14063.tar.gz |
Drop the cairo-recording debug flag
It is not very useful. The cairo-image option on the
other hand is has been useful in tracking down problems
in the past, so we'll keep it.
Diffstat (limited to 'gdk/gdk.c')
-rw-r--r-- | gdk/gdk.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -156,8 +156,7 @@ static const GDebugKey gdk_debug_keys[] = { { "gl-gles", GDK_DEBUG_GL_GLES }, { "vulkan-disable", GDK_DEBUG_VULKAN_DISABLE }, { "vulkan-validate", GDK_DEBUG_VULKAN_VALIDATE }, - { "cairo-image", GDK_DEBUG_CAIRO_IMAGE }, - { "cairo-recording", GDK_DEBUG_CAIRO_RECORDING } + { "cairo-image", GDK_DEBUG_CAIRO_IMAGE } }; #endif |