remove the useless definition 98/316398/2
authorSooChan Lim <sc1.lim@samsung.com>
Tue, 20 Aug 2024 10:33:51 +0000 (19:33 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Tue, 20 Aug 2024 23:56:19 +0000 (23:56 +0000)
It is duplicated.

Change-Id: Iaed66607b407a8d191e8ae7a8e2aca631996dd8d

src/bin/core/e_client.c
src/bin/core/e_zone.c

index a1e90fe..1a1f4f9 100644 (file)
@@ -2552,11 +2552,6 @@ e_client_transient_child_top_get(E_Client *ec, Eina_Bool consider_focus)
    return top_ec;
 }
 
-#ifdef EC_IS_NOT_VISIBLE
-# undef EC_IS_NOT_VISIBLE
-#endif
-#define EC_IS_NOT_VISIBLE if (e_client_visibility_get(ec) != E_VISIBILITY_UNOBSCURED)
-
 EINTERN Eina_Bool
 e_client_visibility_touched_check(E_Client *ec)
 {
index 23915e6..ef6ca4d 100644 (file)
@@ -1805,9 +1805,6 @@ e_zone_is_displaying(E_Zone *zone)
   return ret;
 }
 
-#ifdef EC_IS_NOT_VISIBLE
-# undef EC_IS_NOT_VISIBLE
-#endif
 #define EC_IS_NOT_VISIBLE if (e_client_visibility_get(ec) != E_VISIBILITY_UNOBSCURED)
 
 EINTERN Eina_Bool