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:
parent
7cae64fccd
commit
76b2655495
3 changed files with 0 additions and 7 deletions
|
@ -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",
|
||||
|
|
|
@ -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 },
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue