From b1a5be6c245b6c3e7e0e7c5b88c15f475ea9a9d4 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 16 Jul 2018 10:37:04 +0200 Subject: [pango-list] Don't print sizes They are not used in font chooser, so don't call them. My goal for pango-list was to measure font chooser performance... --- utils/pango-list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/pango-list.c b/utils/pango-list.c index 40d8802d..cb92767e 100644 --- a/utils/pango-list.c +++ b/utils/pango-list.c @@ -58,7 +58,7 @@ main (int argc, const char *synth_str = is_synth ? "*" : ""; g_print (" %s%s\n", synth_str, face_name); - if (1) + if (0) { int *sizes; int n_sizes; -- cgit v1.2.1