From 785950be22dc9e1a614e54f9927459f7aa8bfaf6 Mon Sep 17 00:00:00 2001 From: SooChan Lim Date: Tue, 3 Nov 2020 11:23:42 +0900 Subject: [PATCH] Revert "subsurface: fix unreachable code." This reverts commit 34419db7788634f34bb3e819dfb8ba6c4a46a1d3. Change-Id: I2c4c286a74de94c1782c8d9391ff6255a6ee2584 --- src/bin/e_comp_wl_subsurface.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.34.1