summaryrefslogtreecommitdiff
path: root/src/glibext
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2014-08-20 20:49:47 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2014-08-20 20:49:47 (GMT)
commitdd51bdbc51abec252ad5169d722a8b6faa53c1ac (patch)
tree9c0e38223ee9aa6f5d60d020063aebee2b72b734 /src/glibext
parentb1738d682ea2bd7260438c543f30442cbc73a42c (diff)
Removed some debug code.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@392 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/glibext')
-rw-r--r--src/glibext/gbuffersegment.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/glibext/gbuffersegment.c b/src/glibext/gbuffersegment.c
index ff32e3c..c96b092 100644
--- a/src/glibext/gbuffersegment.c
+++ b/src/glibext/gbuffersegment.c
@@ -145,19 +145,8 @@ static void g_buffer_segment_class_init(GBufferSegmentClass *class)
cairo_text_extents(*cr, "A", &extents);
class->x_advances[CAIRO_FONT_INDEX(s, w)] = extents.x_advance;
-
- printf("s=%d w=%d ==>> %g vs %g\n", s, w,
- extents.x_advance, class->x_advances[CAIRO_FONT_INDEX(s, w)]);
-
- printf(" >> %d\n", CAIRO_FONT_INDEX(s, w));
-
-
- printf("[x] = %g [0] = %g\n", class->x_advances[CAIRO_FONT_INDEX(s, w)], class->x_advances[0]);
-
}
- printf("class=%p [0]=%g\n", class, class->x_advances[0]);
-
g_free(filename);
/* Propriétés d'impression */