[gtk/wip/otte/for-master: 2/2] rendernodeparser: Remove leftover debug prints




commit ca3d942b9bdd98c41fc793c65882f569a80eae86
Author: Benjamin Otte <otte redhat com>
Date:   Wed Jul 14 20:19:40 2021 +0200

    rendernodeparser: Remove leftover debug prints

 gsk/gskrendernodeparser.c | 12 ------------
 1 file changed, 12 deletions(-)
---
diff --git a/gsk/gskrendernodeparser.c b/gsk/gskrendernodeparser.c
index af25763fec..9aa091001f 100644
--- a/gsk/gskrendernodeparser.c
+++ b/gsk/gskrendernodeparser.c
@@ -2352,18 +2352,6 @@ gsk_text_node_serialize_glyphs (GskRenderNode *node,
                     }
                   break;
                 }
-              else if (glyphs[i].glyph == ascii->glyphs[j].glyph)
-                {
-                  if (glyphs[i].geometry.width != ascii->glyphs[j].geometry.width)
-                    g_print ("not ascii because of width (%d != %d)\n",
-                             glyphs[i].geometry.width,
-                             ascii->glyphs[j].geometry.width);
-                  if (glyphs[i].geometry.x_offset != 0 ||
-                      glyphs[i].geometry.y_offset != 0)
-                    g_print ("not ascii because of offset\n");
-                  if (!glyphs[i].attr.is_cluster_start)
-                    g_print ("not ascii because of cluster\n");
-                }
             }
           if (j != ascii->num_glyphs)
             continue;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]