From f540c5d2cdf0ddac393db193191e98c2d743a108 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Fri, 14 Dec 2012 14:40:50 -0500 Subject: [PATCH] text-test: Remove left-over WAYLAND_DEBUG setenv call --- tests/text-test.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/text-test.c b/tests/text-test.c index f3d7b1b..f640464 100644 --- a/tests/text-test.c +++ b/tests/text-test.c @@ -130,8 +130,6 @@ TEST(text_test) struct text_model *text_model; struct text_model_state state; - setenv("WAYLAND_DEBUG", "1", 1); - client = client_create(100, 100, 100, 100); assert(client); -- 2.7.4