From c547477e27026f4bbbcb91c7d507cca690749d56 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Philipp=20Br=C3=BCschweiler?= Date: Wed, 11 Jul 2012 15:19:23 +0200 Subject: [PATCH] Remove dead code window->title is always NULL inside window_create_internal --- clients/window.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/clients/window.c b/clients/window.c index 4bc3b0c..9f41a9c 100644 --- a/clients/window.c +++ b/clients/window.c @@ -2928,9 +2928,6 @@ window_create_internal(struct display *display, window->shell_surface = wl_shell_get_shell_surface(display->shell, window->surface); - if (window->title) - wl_shell_surface_set_title(window->shell_surface, - window->title); } window->allocation.x = 0; window->allocation.y = 0; -- 2.7.4