From: Philipp Brüschweiler Date: Wed, 11 Jul 2012 13:19:23 +0000 (+0200) Subject: Remove dead code X-Git-Tag: 0.95.0~60 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c547477e27026f4bbbcb91c7d507cca690749d56;p=profile%2Fivi%2Fweston.git Remove dead code window->title is always NULL inside window_create_internal --- 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;