From 48cf3d9efdf3b3e1f7d51904168f8c36840ac0db Mon Sep 17 00:00:00 2001 From: Juyeon Lee Date: Tue, 1 Aug 2017 16:21:42 +0900 Subject: [PATCH] remove unreachable code Change-Id: I31902a0bb23eb5af0b10d8f63cc554820c0f7bb6 --- src/rotation/e_mod_rotation_wl.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/rotation/e_mod_rotation_wl.c b/src/rotation/e_mod_rotation_wl.c index e7cb91a..2416b89 100644 --- a/src/rotation/e_mod_rotation_wl.c +++ b/src/rotation/e_mod_rotation_wl.c @@ -1234,13 +1234,6 @@ _e_client_rotation_zone_set(E_Zone *zone, E_Client *include_ec, E_Client *exclud goto do_rotate; } - - if (!can_rotate) - { - DBG("Failed to find angle to be rotated"); - goto end; - } - do_rotate: EINA_LIST_FOREACH(rot.force_update_list, l, ec) { -- 2.7.4