1
0
Fork 0

cogl: Remove pango debug flag

As there is no pango usage as part of cogl anymore

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4004>
This commit is contained in:
Bilal Elmoussaoui 2024-09-04 15:33:52 +02:00 committed by Marge Bot
parent 7cae64fccd
commit 76b2655495
3 changed files with 0 additions and 7 deletions

View file

@ -69,11 +69,6 @@ OPT (DRAW,
"draw",
N_("Trace Misc Drawing"),
N_("Trace some misc drawing operations"))
OPT (PANGO,
N_("Cogl Tracing"),
"pango",
N_("Trace Pango Renderer"),
N_("Trace the Cogl Pango renderer"))
OPT (TEXTURE_PIXMAP,
N_("Cogl Tracing"),
"texture-pixmap",

View file

@ -53,7 +53,6 @@ static const GDebugKey cogl_log_debug_keys[] = {
{ "matrices", COGL_DEBUG_MATRICES },
{ "draw", COGL_DEBUG_DRAW },
{ "opengl", COGL_DEBUG_OPENGL },
{ "pango", COGL_DEBUG_PANGO },
{ "show-source", COGL_DEBUG_SHOW_SOURCE},
{ "show-uniforms", COGL_DEBUG_SHOW_UNIFORMS},
{ "framebuffer", COGL_DEBUG_FRAMEBUFFER },

View file

@ -44,7 +44,6 @@ typedef enum
COGL_DEBUG_FRAMEBUFFER,
COGL_DEBUG_OFFSCREEN,
COGL_DEBUG_DRAW,
COGL_DEBUG_PANGO,
COGL_DEBUG_RECTANGLES,
COGL_DEBUG_OBJECT,
COGL_DEBUG_BLEND_STRINGS,