From: SooChan Lim Date: Tue, 3 Nov 2020 02:23:42 +0000 (+0900) Subject: Revert "subsurface: fix unreachable code." X-Git-Tag: submit/tizen/20201103.033023~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=785950be22dc9e1a614e54f9927459f7aa8bfaf6;p=platform%2Fupstream%2Fenlightenment.git Revert "subsurface: fix unreachable code." This reverts commit 34419db7788634f34bb3e819dfb8ba6c4a46a1d3. Change-Id: I2c4c286a74de94c1782c8d9391ff6255a6ee2584 --- diff --git a/src/bin/e_comp_wl_subsurface.c b/src/bin/e_comp_wl_subsurface.c index 1c711533da..ac3abdc677 100644 --- a/src/bin/e_comp_wl_subsurface.c +++ b/src/bin/e_comp_wl_subsurface.c @@ -214,7 +214,6 @@ _e_comp_wl_subsurface_check_below_bg_rectangle(E_Client *ec) if (!topmost) return; - topmost_cdata = e_client_cdata_get(topmost); if ((!topmost_cdata) || (e_object_is_del(E_OBJECT(topmost)))) return;