From 3583d7683909be36bb8385537a828b060e230165 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 13 Mar 2014 11:42:49 -0400 Subject: [PATCH] trivial dead code-- CID 1187923 --- src/bin/e_client.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/e_client.c b/src/bin/e_client.c index 6b28f3996..11c76ffa3 100644 --- a/src/bin/e_client.c +++ b/src/bin/e_client.c @@ -2801,7 +2801,6 @@ e_client_zone_set(E_Client *ec, E_Zone *zone) E_OBJECT_TYPE_CHECK(ec, E_CLIENT_TYPE); E_OBJECT_CHECK(zone); E_OBJECT_TYPE_CHECK(zone, E_ZONE_TYPE); - if (!zone) return; if (ec->zone == zone) return; /* if the window does not lie in the new zone, move it so that it does */