discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=3583d7683909be36bb8385537a828b060e230165
commit 3583d7683909be36bb8385537a828b060e230165 Author: Mike Blumenkrantz <[email protected]> Date: Thu Mar 13 11:42:49 2014 -0400 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 6b28f39..11c76ff 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 */ --
