From 5f539a0357ae3f5f1ebd4b97fb6844f70b48f30c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 24 Nov 2021 15:13:11 -0500 Subject: test-layout: Drop the --show-font option Not used anymore. --- tests/test-layout.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/test-layout.c b/tests/test-layout.c index b664af5d..0a4c8d3a 100644 --- a/tests/test-layout.c +++ b/tests/test-layout.c @@ -34,8 +34,6 @@ static PangoContext *context; -static gboolean opt_show_font; - static GBytes * test_bytes (GBytes *orig) { @@ -147,7 +145,6 @@ main (int argc, char *argv[]) char *path; GOptionContext *option_context; GOptionEntry entries[] = { - { "show-fonts", '0', 0, G_OPTION_ARG_NONE, &opt_show_font, "Print font names in dumps", NULL }, { NULL, 0 }, }; @@ -163,9 +160,6 @@ main (int argc, char *argv[]) } g_option_context_free (option_context); - if (g_getenv ("PANGO_TEST_SHOW_FONT")) - opt_show_font = TRUE; - /* allow to easily generate expected output for new test cases */ if (argc > 1 && argv[1][0] != '-') { -- cgit v1.2.1