summaryrefslogtreecommitdiff
path: root/tests/test-layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-layout.c')
-rw-r--r--tests/test-layout.c6
1 files changed, 0 insertions, 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] != '-')
{