diff options
author | Benjamin Otte <otte@redhat.com> | 2010-08-27 16:34:09 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2010-09-26 15:11:30 +0200 |
commit | 522becccc083d6bd294e2bc6af3b932042b54c05 (patch) | |
tree | 75e5dc2d74b5c17f23f9c1172160e4cb0fdb4766 /gdk/gdk.c | |
parent | f74f9b276658b2c4cdcaca4b19e7c860e70e0491 (diff) | |
download | gtk+-522becccc083d6bd294e2bc6af3b932042b54c05.tar.gz |
gdk: Remove pixmap debug category
It's not used anywhere anymore.
Diffstat (limited to 'gdk/gdk.c')
-rw-r--r-- | gdk/gdk.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -76,7 +76,6 @@ static const GDebugKey gdk_debug_keys[] = { {"xim", GDK_DEBUG_XIM}, {"nograbs", GDK_DEBUG_NOGRABS}, {"colormap", GDK_DEBUG_COLORMAP}, - {"pixmap", GDK_DEBUG_PIXMAP}, {"input", GDK_DEBUG_INPUT}, {"cursor", GDK_DEBUG_CURSOR}, {"multihead", GDK_DEBUG_MULTIHEAD}, |